adrema/.prettierrc

8 lines
121 B
Plaintext
Raw Normal View History

2022-04-28 23:20:41 +02:00
{
2023-02-27 22:40:47 +01:00
"printWidth": 200,
2022-04-28 23:20:41 +02:00
"singleQuote": true,
"tabWidth": 4,
"quoteProps": "consistent",
"bracketSpacing": false
}