adrema-form/.prettierrc

9 lines
122 B
Plaintext
Raw Normal View History

2024-02-03 20:14:08 +01:00
{
"printWidth": 200,
"singleQuote": true,
"tabWidth": 4,
"quoteProps": "consistent",
"bracketSpacing": false
}