This commit is contained in:
Patrick Schratz 2024-05-29 19:53:38 +02:00
commit 1dacf15764
Signed by: pat-s
GPG key ID: 3C6318841EF78925

8
.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}