From 09e862383a4b5422a207dab4ed8223b9c6becfcb Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Wed, 24 Jul 2024 14:34:28 +0200 Subject: [PATCH] Fix editorconfig new lines --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ba4484a4..18241889 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ charset = utf-8 indent_size = 4 indent_style = space -insert_final_newline = false +insert_final_newline = true tab_width = 4 [*.java]