From 982105c0475a0dabc00ce71d5a9a436f636b8cce Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 18 May 2024 06:51:01 -0500 Subject: [PATCH] refactor(editorconfig): require `newline` at end of files --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9bb4830e..2444a181 100644 --- a/.editorconfig +++ b/.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 max_line_length = 100 @@ -23,4 +23,4 @@ max_line_length = unset indent_style = tab [*.nix] -indent_size = 2 \ No newline at end of file +indent_size = 2