UNPKG

287 BJSONView Raw
1{
2 "useTabs": false,
3 "printWidth": 120,
4 "tabWidth": 4,
5 "singleQuote": false,
6 "trailingComma": "all",
7 "semi": true,
8 "overrides": [
9 {
10 "files": ["*.json"],
11 "options": {
12 "tabWidth": 2
13 }
14 }
15 ]
16}