Skip to content

Commit 867228b

Browse files
committed
style: formatting in VSCode
Use 4 spaces for tab indentation since swag fmt uses 4 spaces.
1 parent 855bd10 commit 867228b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"go.useLanguageServer": true,
33
"gopls": {
44
"formatting.gofumpt": true
5-
}
5+
},
6+
"editor.tabSize": 4
67
}

0 commit comments

Comments
 (0)