added prettier configuration files

This commit is contained in:
MonkeyGG2
2023-11-29 21:49:18 -05:00
parent efb7fb997b
commit 89b0f1bb88
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
games
LICENSE
*.png
*.ico
*.md
+6
View File
@@ -0,0 +1,6 @@
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 120
}