From 74c0fdebb3f53131ff08209d3c966d7ee81cfb19 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 20 Dec 2024 11:04:24 +0300 Subject: [PATCH] editor config --- home/user/.editorconfig | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/home/user/.editorconfig b/home/user/.editorconfig index 2c85569..9b6e32e 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -2,7 +2,7 @@ root = true [*] end_of_line = lf -insert_final_newline = false +insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 indent_style = space @@ -13,20 +13,10 @@ tab_width = 4 indent_size = 2 tab_width = 2 -[*.py] -insert_final_newline = true - [Makefile] indent_style = tab indent_size = tab tab_width = 4 -[*.json] -insert_final_newline = true - [*.go] -insert_final_newline = true -indent_style = tab - -[control] -insert_final_newline = true \ No newline at end of file +indent_style = tab \ No newline at end of file