Fixed prettier

This commit is contained in:
MaxOvs19
2023-05-30 12:13:59 +03:00
parent 09babcb096
commit 4da0fd345b
3 changed files with 187 additions and 279 deletions

View File

@ -1,4 +1,6 @@
{
"tabWidth": 2,
"semi": true,
"printWidth": 80,
"useTabs": false
}