UNPKG

287 BJSONView Raw
1{
2 "arrowParens": "always",
3 "quoteProps": "consistent",
4 "singleQuote": true,
5 "tabWidth": 4,
6 "trailingComma": "es5",
7 "overrides": [
8 {
9 "files": "*.yaml.tmpl",
10 "options": {
11 "tabWidth": 4
12 }
13 }
14 ]
15}