UNPKG

235 BJSONView Raw
1{
2 "printWidth": 120,
3 "tabWidth": 4,
4 "overrides": [
5 {
6 "files": "*.json",
7 "options": {
8 "tabWidth": 2
9 }
10 },
11 {
12 "files": "*.yml",
13 "options": {
14 "tabWidth": 2
15 }
16 }
17 ]
18}