mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2026-03-13 10:02:05 +08:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"go.formatTool": "gofmt",
|
|
"go.formatFlags": [
|
|
"-s"
|
|
],
|
|
"go.autocompleteUnimportedPackages": true,
|
|
"[go]": {
|
|
"editor.insertSpaces": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|
|
} |