2021-08-03 16:52:21 +01:00
|
|
|
{
|
|
|
|
"arrowParens": "always",
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"embeddedLanguageFormatting": "auto",
|
|
|
|
"htmlWhitespaceSensitivity": "css",
|
|
|
|
"insertPragma": false,
|
|
|
|
"jsxSingleQuote": false,
|
|
|
|
"printWidth": 100,
|
|
|
|
"proseWrap": "preserve",
|
|
|
|
"quoteProps": "consistent",
|
|
|
|
"requirePragma": false,
|
|
|
|
"semi": true,
|
|
|
|
"singleQuote": false,
|
|
|
|
"tabWidth": 4,
|
|
|
|
"trailingComma": "all",
|
|
|
|
"useTabs": false,
|
2021-09-21 10:31:37 +01:00
|
|
|
"vueIndentScriptAndStyle": false,
|
2021-11-28 14:45:00 +00:00
|
|
|
"importOrder": ["^@lingui/(.*)$", "^(@?)lit(.*)$", "\\.css$", "^@goauthentik/api$", "^[./]"],
|
2021-10-28 08:48:51 +01:00
|
|
|
"importOrderSeparation": true,
|
|
|
|
"importOrderSortSpecifiers": true,
|
|
|
|
"importOrderParserPlugins": ["typescript", "classProperties", "decorators-legacy"]
|
2021-08-03 16:52:21 +01:00
|
|
|
}
|