We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9bb70 commit ec1b1b6Copy full SHA for ec1b1b6
src/main/formattingManager.ts
@@ -40,7 +40,7 @@ class FormattingManager extends ServiceConsumer<IFormatingService> {
40
InsertSpaceBeforeAndAfterBinaryOperators: true,
41
InsertSpaceAfterKeywordsInControlFlowStatements: true,
42
InsertSpaceAfterFunctionKeywordForAnonymousFunctions: true,
43
- InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: true,
+ InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: false,
44
PlaceOpenBraceOnNewLineForFunctions: false,
45
PlaceOpenBraceOnNewLineForControlBlocks: false
46
};
0 commit comments