• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "printWidth": 120,
3    "tabWidth": 2,
4    "useTabs": false,
5    "semi": true,
6    "singleQuote": true,
7    "quoteProps": "as-needed",
8    "trailingComma": "es5",
9    "bracketSpacing": true,
10    "endOfLine": "lf",
11    "proseWrap": "preserve",
12    "htmlWhitespaceSensitivity": "ignore",
13    "bracketSameLine": true,
14    "arrowParens": "avoid"
15  }