mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
9a1466679b
This setting currently isn't picked up properly (https://github.com/vvakame/typescript-formatter/issues/166) but adding it for the future
17 lines
746 B
JSON
17 lines
746 B
JSON
{
|
|
"tabSize": 4,
|
|
"indentSize": 4,
|
|
"convertTabsToSpaces": false,
|
|
"insertSpaceAfterCommaDelimiter": true,
|
|
"insertSpaceAfterSemicolonInForStatements": true,
|
|
"insertSpaceBeforeAndAfterBinaryOperators": true,
|
|
"insertSpaceAfterKeywordsInControlFlowStatements": true,
|
|
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": true,
|
|
"insertSpaceBeforeFunctionParenthesis": false,
|
|
"placeOpenBraceOnNewLineForFunctions": false,
|
|
"placeOpenBraceOnNewLineForControlBlocks": false
|
|
}
|