{ "trailingComma": "all", "tabWidth": 2, "semi": true, "singleQuote": true, "printWidth": 100, "useTabs": false, "arrowParens": "always", "bracketSpacing": true, "overrides": [ { "files": ["*.json", ".*.json"], "options": { "tabWidth": 2 } } ] }