diff --git a/.editorconfig b/.editorconfig index 985eaa8..f0c88fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,8 @@ insert_final_newline = true trim_trailing_whitespace = true [*.go] -indent_size = 1 indent_style = tab +tab_width = 2 [*.md] trim_trailing_whitespace = false