mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"go.inferGopath": false,
|
|
"go.delveConfig": {
|
|
"useApiV1": false
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
"files.encoding": "utf8",
|
|
"files.eol": "\n",
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
}
|