vue-health/.prettierrc.json
Victor Batischev edbf304790 init
2024-02-14 18:02:53 +03:00

10 lines
199 B
JSON

{
"tabWidth": 4,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"printWidth": 80
}