mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 06:02:58 +08:00
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "preserve",
|
|
"requirePragma": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false,
|
|
"endOfLine": "lf",
|
|
"singleAttributePerLine": false
|
|
}
|