14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"go.lintTool": "golangci-lint",
|
|
"go.formatTool": "goimports",
|
|
"go.useLanguageServer": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.formatOnSave": true,
|
|
"shellcheck.customArgs": ["-P", "SCRIPTDIR", "-x"],
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
|
}
|
|
}
|