Skip to content

Commit ae35998

Browse files
committed
Format settings
1 parent 5cb923b commit ae35998

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.vscode/settings.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,10 @@
88
"**/CVS": true,
99
"**/.DS_Store": true,
1010
"**/Thumbs.db": true,
11-
"**/vendor": true,
11+
"**/vendor": true
1212
},
13-
"github-actions.workflows.pinned.workflows": [
14-
".github/workflows/go.yml"
15-
],
13+
"github-actions.workflows.pinned.workflows": [],
1614
"go.testExplorer.showDynamicSubtestsInEditor": true,
1715
"go.lintTool": "golangci-lint",
18-
"Lua.diagnostics.globals": [
19-
"KEYS",
20-
"ARGV",
21-
"redis",
22-
"cjson"
23-
]
16+
"Lua.diagnostics.globals": ["KEYS", "ARGV", "redis", "cjson"]
2417
}

0 commit comments

Comments
 (0)