shortener/.prettierrc

6 lines
70 B
Plaintext
Raw Permalink Normal View History

2022-06-30 08:37:10 +02:00
{
"tabWidth": 4,
"printWidth": 120,
"endOfLine": "auto"
}