mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-28 02:16:11 +00:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid",
|
|
"vueIndentScriptAndStyle": false,
|
|
"endOfLine": "lf"
|
|
}
|