Files
full-stack-fastapi-template/frontend/.prettierrc

9 lines
132 B
Plaintext
Raw Normal View History

2024-03-08 15:10:28 +01:00
{
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2
}