{ "arrowParens": "always", "bracketSameLine": false, "bracketSpacing": true, "embeddedLanguageFormatting": "auto", "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "importOrder": ["^@(?:assets|components|configuration|helpers|models|services)", "^[./]"], "importOrderParserPlugins": ["typescript", "decorators-legacy"], "jsxSingleQuote": false, "printWidth": 160, "proseWrap": "preserve", "quoteProps": "consistent", "semi": true, "singleAttributePerLine": false, "spaceBeforeFunctionParen": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "none", "overrides": [ { "files": "*.hbs", "options": { "singleQuote": false } } ] }