From c263070e3d5d91a373cca1c54598eca38a8df737 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 2 Nov 2023 20:08:33 +0100 Subject: [PATCH] Enable insertion of final newline in editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 09b94f0..e82e183 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ root = true [*] end_of_line = lf +insert_final_newline = true charset = utf-8 [*.java]