Files
rustfs-console/.prettierrc
T
2025-08-13 18:01:27 +08:00

13 lines
235 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"endOfLine": "lf",
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false
}