add users

This commit is contained in:
2025-05-11 18:16:46 +07:00
parent 56a0ea72c4
commit 56df7185f3
9 changed files with 1287 additions and 90 deletions

View File

@@ -1,4 +1,11 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}