From 1d56353a825b25fba7def79950b91e9bb44d9fab Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 28 Sep 2024 09:42:36 +0200 Subject: [PATCH] "Final Newline" in `.editorconfig` gefordert (scheint vim zu entsprechen) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e9dce24..c71516c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ tab_width = 2 charset = utf-8 end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = false +insert_final_newline = true [*.properties] charset = latin1 -- 2.20.1