mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
remove parens
This commit is contained in:
@@ -475,7 +475,7 @@ namespace ts.formatting {
|
||||
}
|
||||
},
|
||||
getIndentation: () => indentation,
|
||||
getDelta: (child) => getEffectiveDelta(delta, child),
|
||||
getDelta: child => getEffectiveDelta(delta, child),
|
||||
recomputeIndentation: lineAdded => {
|
||||
if (node.parent && SmartIndenter.shouldIndentChildNode(node.parent, node)) {
|
||||
if (lineAdded) {
|
||||
|
||||
Reference in New Issue
Block a user