mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 10:25:47 +03:00
16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"printWidth": 180,
|
|
"proseWrap": "always",
|
|
"quoteProps": "as-needed",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false
|
|
}
|