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