mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-10 07:08:46 +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
|
|
}
|