Update VSCode settings for line width and refactor imports in workshop.schema.ts; enhance workshop creation resolver with authentication checks

This commit is contained in:
2024-11-26 00:56:01 +07:00
parent dc2397d73e
commit c4e302387f
2 changed files with 7 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"lineWidth": 120,
"attributePosition": "auto",
"bracketSpacing": true
},