16 lines
No EOL
324 B
JSON
16 lines
No EOL
324 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": [
|
|
"--path-mode=abs",
|
|
"--fast-only"
|
|
],
|
|
"go.formatTool": "custom",
|
|
"go.alternateTools": {
|
|
"customFormatter": "golangci-lint-v2"
|
|
},
|
|
"go.formatFlags": [
|
|
"fmt",
|
|
"--stdin"
|
|
]
|
|
} |