mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
18 lines
712 B
JSON
18 lines
712 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,
|
|
"insertSpaceBeforeFunctionParenthesis": false,
|
|
"placeOpenBraceOnNewLineForFunctions": false,
|
|
"placeOpenBraceOnNewLineForControlBlocks": false
|
|
}
|