From a4d8e204f660cad65d83ac67c2681a99e6251865 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 17 Dec 2024 16:38:28 +0300 Subject: [PATCH] editorconfig --- home/user/.editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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