{ "printWidth": 80, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false, "trailingComma": "all", "bracketSpacing": true, "arrowParens": "always", "endOfLine": "auto", "overrides": [ { "files": "*.json", "options": { "printWidth": 200 } }, { "files": "*.jsonld", "options": { "parser": "json" } } ] }