add prettier

This commit is contained in:
hautajoki 2024-10-11 18:25:49 -07:00
parent 6f6de5e17e
commit 8629c98061

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": true
}