7 lines
No EOL
117 B
JSON
7 lines
No EOL
117 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"go.lintTool": "golangci-lint",
|
|
"go.lintFlags": [
|
|
"--fast"
|
|
]
|
|
} |