mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"go.inferGopath": false,
|
|
"go.autocompleteUnimportedPackages": true,
|
|
"go.delveConfig": {
|
|
"useApiV1": false
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|
|
}
|