frp/web/.prettierrc
2020-12-04 10:41:39 +08:00

9 lines
143 B
Plaintext

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