style: format code and add prettier config and vs code settings.json (#124)

This commit is contained in:
Viren070
2025-03-02 22:49:37 +00:00
committed by GitHub
parent 0ccbc88f0d
commit a488314935
149 changed files with 3955 additions and 2808 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"endOfLine": "lf"
}