mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|