Init project

This commit is contained in:
2024-02-05 10:06:32 +01:00
parent 33c9504498
commit d0d8093fb5
16 changed files with 18832 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"useTabs": true,
"tabWidth": 4,
"arrowParens": "always",
"endOfLine": "lf",
"jsxSingleQuote": true,
"semi": true,
"trailingComma": "all",
"singleAttributePerLine": true,
"singleQuote": true,
"printWidth": 500
}