idimitrov.dev/.prettierrc

10 lines
159 B
Plaintext
Raw Normal View History

2023-10-27 17:25:01 +02:00
{
"tabWidth": 2,
"semi": true,
2023-11-20 19:29:00 +01:00
"singleQuote": false,
"printWidth": 180,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always"
2023-10-27 17:25:01 +02:00
}