Skip to content

Commit ed05fea

Browse files
committed
Format settings.json
1 parent 3a7e909 commit ed05fea

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.vscode/settings.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"go.lintTool": "golangci-lint",
3-
"go.lintFlags": ["--fast"],
4-
"go.lintOnSave": "package",
5-
"go.coverOnSave": true,
6-
"go.coverageDecorator": {
7-
"type": "gutter",
8-
"coveredHighlightColor": "rgba(64,128,128,0.5)",
9-
"uncoveredHighlightColor": "rgba(128,64,64,0.25)",
10-
"coveredBorderColor": "rgba(64,128,128,0.5)",
11-
"uncoveredBorderColor": "rgba(128,64,64,0.25)",
12-
"coveredGutterStyle": "blockgreen",
13-
"uncoveredGutterStyle": "blockred"
14-
}
2+
"go.lintTool": "golangci-lint",
3+
"go.lintFlags": ["--fast"],
4+
"go.lintOnSave": "package",
5+
"go.coverOnSave": true,
6+
"go.coverageDecorator": {
7+
"type": "gutter",
8+
"coveredHighlightColor": "rgba(64,128,128,0.5)",
9+
"uncoveredHighlightColor": "rgba(128,64,64,0.25)",
10+
"coveredBorderColor": "rgba(64,128,128,0.5)",
11+
"uncoveredBorderColor": "rgba(128,64,64,0.25)",
12+
"coveredGutterStyle": "blockgreen",
13+
"uncoveredGutterStyle": "blockred"
1514
}
16-
15+
}

0 commit comments

Comments
 (0)