Files
ProxyPool/frontend/.prettierrc.json
2026-01-27 21:17:36 +08:00

10 lines
156 B
JSON

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