diff --git a/.editorconfig b/.editorconfig index 0058e966..6b9d9399 100644 --- a/.editorconfig +++ b/.editorconfig @@ -55,3 +55,6 @@ tab_width = 4 indent_style = space indent_size = 4 tab_width = 4 + +[*.go] +indent_style = tabs