From e790f1ba05e675277360fc4841bdf0113a60036c Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Wed, 27 Oct 2021 22:36:54 +0200 Subject: [PATCH] remove "insert_final_newline = true" as people edit the files whose editor doesn't obey this setting (or .editorconfig at all) --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 230d166486bb..6d1dea4e4728 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,5 @@ [*] end_of_line = lf -insert_final_newline = true [*.java] indent_style = space