UNPKG

192 BPlain TextView Raw
1{
2 "singleQuote": true,
3 "tabWidth": 4,
4 "semi": true,
5 "printWidth": 160,
6 "trailingComma": "none",
7 "bracketSpacing": true,
8 "arrowParens": "avoid",
9 "useTabs": true,
10 "endOfLine": "auto"
11}