mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
16 lines
No EOL
663 B
JSON
16 lines
No EOL
663 B
JSON
{
|
|
"tabSize": 4,
|
|
"indentSize": 4,
|
|
"newLineCharacter": "\n",
|
|
"convertTabsToSpaces": false,
|
|
"insertSpaceAfterCommaDelimiter": true,
|
|
"insertSpaceAfterSemicolonInForStatements": true,
|
|
"insertSpaceBeforeAndAfterBinaryOperators": true,
|
|
"insertSpaceAfterKeywordsInControlFlowStatements": true,
|
|
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
|
|
"placeOpenBraceOnNewLineForFunctions": false,
|
|
"placeOpenBraceOnNewLineForControlBlocks": false
|
|
} |