diff --git a/home/user/.editorconfig b/home/user/.editorconfig index 3f06b49..de4ec41 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -25,4 +25,7 @@ tab_width = 4 insert_final_newline = true [*.go] -indent_style = tab \ No newline at end of file +indent_style = tab + +[control] +insert_final_newline = true \ No newline at end of file