Files
invertergui/.vscode/settings.json
2019-03-13 00:18:20 +02:00

15 lines
236 B
JSON

{
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[html]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[go]": {
"editor.insertSpaces": false,
"editor.tabSize": 4
}
}