diff --git a/home/.editorconfig b/home/.editorconfig index f7808e5..86c527e 100644 --- a/home/.editorconfig +++ b/home/.editorconfig @@ -5,7 +5,6 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true indent_style = tab indent_size = 4 trim_trailing_whitespace = true @@ -23,7 +22,4 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.go] -indent_style = tab - # format:dosini