Added vscode settings for the project

This commit is contained in:
Nicholas Thompson
2019-02-26 23:24:09 +02:00
committed by ncthompson
parent d6c6ee8627
commit eb4398d5b4

14
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[html]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[go]": {
"editor.insertSpaces": false,
"editor.tabSize": 4
}
}