{ "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "printWidth": 80, "proseWrap": "always", "requirePragma": false, "semi": true, "singleQuote": false, "tabWidth": 4, "trailingComma": "all", "useTabs": false, "vueIndentScriptAndStyle": true, "overrides": [ { "files": "*.json" }, { "files": "*.rasi", "options": { "parser": "css" } } ] }