add prettierrc

This commit is contained in:
slonkazoid 2024-05-01 22:52:24 +03:00
parent f86165ab94
commit 37c344b53c
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"useTabs": true,
"tabWidth": 4,
"printWidth": 140
}