Skip to content

Commit ec1b1b6

Browse files
committed
#25 remove parenthesis space in default options
1 parent fa9bb70 commit ec1b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/formattingManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class FormattingManager extends ServiceConsumer<IFormatingService> {
4040
InsertSpaceBeforeAndAfterBinaryOperators: true,
4141
InsertSpaceAfterKeywordsInControlFlowStatements: true,
4242
InsertSpaceAfterFunctionKeywordForAnonymousFunctions: true,
43-
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: true,
43+
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: false,
4444
PlaceOpenBraceOnNewLineForFunctions: false,
4545
PlaceOpenBraceOnNewLineForControlBlocks: false
4646
};

0 commit comments

Comments
 (0)