Clear git cache

This commit is contained in:
Hazem Krimi
2023-05-28 16:44:06 +01:00
parent 2a71d7927c
commit a5b7dfd72e
178 changed files with 29055 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"semi": true,
"arrowParens": "always",
"useTabs": false,
"endOfLine": "lf"
}