.editorconfig
316 Bytes
-
Set .go tab size to 4 in .editorconfig (#8099) · 20ac8bf8
Tab size was added as 2 in .editorconfig but a tab size of 4 is used throughout go code base. This can cause editors such as vscode to automatically reformat open .go files to tab size 2 from 4.
Tyndie committed