Saber/.prettierrc.json

10 lines
167 B
JSON
Raw Normal View History

2024-07-14 23:59:11 +08:00
{
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleAttributePerLine": false,
"bracketSpacing": true,
"singleQuote": true,
"arrowParens": "avoid"
}