From 60f3159ad0a335e58ba50a6bde33b69f6f745bf4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 19 Sep 2023 11:22:09 -0500 Subject: [PATCH] chore: set `insert_final_newline` to true in editorconfig --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3e05d40..a9a9475 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*] charset = utf-8 -insert_final_newline = false +insert_final_newline = true end_of_line = lf indent_style = space @@ -10,4 +10,3 @@ max_line_length = 99 [*.md] max_line_length = 120 -