From 5e881b2cd383024893803146e089b5d492ffdf4b Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 6 Nov 2021 22:00:53 -0500 Subject: [PATCH] Got annoyed by last line insert --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 73030ef..cddfd28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,5 +3,5 @@ root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf -insert_final_newline = true +# insert_final_newline = true indent_style = tab