{ "printWidth": 100, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false, "trailingComma": "none", "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", "endOfLine": "lf", "embeddedLanguageFormatting": "auto", "singleAttributePerLine": false, "overrides": [ { "files": "*.html", "options": { "printWidth": 120, "parser": "html" } }, { "files": "*.hbs", "options": { "printWidth": 120, "parser": "html" } }, { "files": ["*.scss", "*.css"], "options": { "singleQuote": false } }, { "files": "*.json", "options": { "trailingComma": "none" } }, { "files": "*.md", "options": { "proseWrap": "always" } } ] }