Add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces to tsfmt
This setting currently isn't picked up properly (https://github.com/vvakame/typescript-formatter/issues/166) but adding it for the futurepull/131968/head
parent
604dd1418f
commit
9a1466679b
|
@ -10,6 +10,7 @@
|
|||
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
||||
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
||||
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
|
||||
"insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": true,
|
||||
"insertSpaceBeforeFunctionParenthesis": false,
|
||||
"placeOpenBraceOnNewLineForFunctions": false,
|
||||
"placeOpenBraceOnNewLineForControlBlocks": false
|
||||
|
|
Loading…
Reference in New Issue