From f2cb33e78bce5f91c7d7a661e873b2c4aac371d7 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 28 Mar 2022 10:46:02 -0500 Subject: [PATCH] chore: fixes annoying editorconfig stuff in atom --- .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