• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "semi": true,
3    "singleQuote": true,
4    "trailingComma": "all",
5    "printWidth": 160,
6    "tabWidth": 2,
7    "useTabs": false,
8    "bracketSpacing": true,
9    "endOfLine": "lf",
10    "arrowParens": "always",
11    "quoteProps": "preserve"
12}