• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "tabSize": 2,
3  "indentSize": 2,
4  "convertTabsToSpaces": true,
5  "insertSpaceAfterCommaDelimiter": true,
6  "insertSpaceAfterSemicolonInForStatements": true,
7  "insertSpaceBeforeAndAfterBinaryOperators": true,
8  "insertSpaceAfterKeywordsInControlFlowStatements": true,
9  "insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
10  "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
11  "insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
12  "insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
13  "insertSpaceBeforeFunctionParenthesis": false,
14  "placeOpenBraceOnNewLineForFunctions": false,
15  "placeOpenBraceOnNewLineForControlBlocks": false
16}