Set tab width to 8 for Go

This commit is contained in:
Anthony Rose 2024-11-09 21:10:57 +00:00
parent 2d36852d1e
commit ca3b9b315f

View file

@ -1,4 +1,7 @@
{
"[go]": {
"editor.tabSize": 8
},
"[html]": {
"editor.indentSize": 2
},