Skip to content

Commit 528d54f

Browse files
committed
format config
1 parent f88d8b8 commit 528d54f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.vscode/settings.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@
4141
"local": "github.com/taichi/kra"
4242
},
4343
"go.buildTags": "test",
44-
"go.testFlags": [
45-
"-v"
46-
],
47-
"cSpell.ignoreWords": [
48-
"qmark"
49-
],
44+
"go.testFlags": ["-v"],
45+
"cSpell.ignoreWords": ["qmark"],
5046
"go.formatTool": "goimports",
51-
"go.lintTool": "golangci-lint",
47+
"go.lintTool": "golangci-lint"
5248
}

0 commit comments

Comments
 (0)