style: keep to 4 spaces indent to be consistent with rest of the repositories (d2go & koolo)

This commit is contained in:
Genqila
2026-01-03 21:40:28 +07:00
committed by guiyomu-dev
parent d3d93034b9
commit 7083549001
2 changed files with 8 additions and 9 deletions

12
.vscode/settings.json vendored
View File

@@ -1,15 +1,15 @@
{
"go.formatTool": "default",
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
},
"[json]": {
"editor.formatOnSave": true,
},
"[jsonc]": {
"editor.formatOnSave": true,
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
}
}