This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-03 15:52:21 +00: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 09:31:37 +00:00
|
|
|
"vueIndentScriptAndStyle": false,
|
2023-07-21 16:19:19 +00:00
|
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
2023-06-06 10:32:32 +00:00
|
|
|
"importOrder": ["^(@?)lit(.*)$", "\\.css$", "^@goauthentik/api$", "^[./]"],
|
2021-10-28 07:48:51 +00:00
|
|
|
"importOrderSeparation": true,
|
|
|
|
"importOrderSortSpecifiers": true,
|
|
|
|
"importOrderParserPlugins": ["typescript", "classProperties", "decorators-legacy"]
|
2021-08-03 15:52:21 +00:00
|
|
|
}
|