Files
CloudSaver/.prettierrc.json
2024-12-17 11:30:59 +08:00

12 lines
216 B
JSON

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf",
"arrowParens": "always",
"vueIndentScriptAndStyle": true
}