{ "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "jsxBracketSameLine": true, "jsxSingleQuote": true, "printWidth": 120, "quoteProps": "consistent", "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useTabs": false, "vueIndentScriptAndStyle": true }