mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"go.formatTool": "goformat",
|
|
"go.inferGopath": false,
|
|
"go.autocompleteUnimportedPackages": true,
|
|
"go.delveConfig": {
|
|
"useApiV1": false
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|
|
}
|