frp/web/frps/.prettierrc

9 lines
143 B
Plaintext
Raw Normal View History

2020-12-03 20:20:48 +08:00
{
"bracketSpacing": true,
"printWidth": 160,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}