{ "baseIndentSize": 0, "indentSize": 2, "tabSize": 2, "indentStyle": 2, "newLineCharacter": "\n", "convertTabsToSpaces": true, "insertSpaceAfterCommaDelimiter": true, "insertSpaceAfterSemicolonInForStatements": true, "insertSpaceBeforeAndAfterBinaryOperators": true, "insertSpaceAfterConstructor": false, "insertSpaceAfterKeywordsInControlFlowStatements": true, "insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, "insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, "insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, "insertSpaceAfterTypeAssertion": true, "insertSpaceBeforeFunctionParenthesis": false, "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false, }