neko/.vscode/settings.json

22 lines
461 B
JSON
Raw Normal View History

{
2021-02-21 12:40:52 +13:00
"go.inferGopath": false,
"go.delveConfig": {
2022-02-10 11:10:29 +13:00
"useApiV1": false
2021-02-21 12:40:52 +13:00
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2024-01-27 07:34:09 +13:00
"source.organizeImports": "explicit"
}
},
2021-02-27 10:54:43 +13:00
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"files.encoding": "utf8",
"files.eol": "\n",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
2021-02-27 10:54:43 +13:00
},
2021-02-21 12:40:52 +13:00
}