frp/web/frps/.prettierrc
2020-12-03 20:20:48 +08:00

9 lines
143 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 160,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}