apply prettier

This commit is contained in:
Athou
2022-01-01 21:26:02 +01:00
parent 0b3888a8ae
commit 0a97f04257
39 changed files with 4702 additions and 4057 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 140,
"semi": false,
"tabWidth": 4,
"arrowParens": "avoid",
"endOfLine": "auto"
}