Files
fast_api_template/frontend/.prettierrc
T

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
}