Upload files to "/"

This commit is contained in:
2026-04-09 16:20:54 +03:30
commit c647f24614
18 changed files with 9972 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}