vue-health/.prettierrc.json

10 lines
199 B
JSON
Raw Normal View History

2024-02-14 18:02:53 +03:00
{
"tabWidth": 4,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"printWidth": 80
}