pay-customer/.prettierrc

10 lines
182 B
Plaintext
Raw Normal View History

2025-07-15 16:18:34 +08:00
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}