first commit

This commit is contained in:
saqib mir
2026-08-19 16:29:17 +05:30
commit 5e4ed9d64a
320 changed files with 10520 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: false,
endOfLine: "lf",
};