ajax -- user management and user edit

This commit is contained in:
Simon Martens
2025-05-30 02:15:36 +02:00
parent 99c8996398
commit 0f22f14a56
8 changed files with 134 additions and 262 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"bracketSameLine": true,
"bracketSpacing": true,
"whitespaceSensitivity": "ignore",
"bracketLine": true,
"useTabs": true,
"tabWidth": 2,
"printWidth": 700,
"plugins": ["prettier-plugin-go-template"]
}