{ "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "strict", "jsxBracketSameLine": true, "jsxSingleQuote": false, "printWidth": 160, "proseWrap": "preserve", "quoteProps": "consistent", "semi": true, "singleQuote": false, "tabWidth": 4, "trailingComma": "es5", "useTabs": true, "vueIndentScriptAndStyle": false }