.editorconfig: fix insert_final_newline option
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 27 May 2024 13:37:05 +0000 (15:37 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 Jun 2025 14:47:32 +0000 (16:47 +0200)
This option must be set to true to comply with the current style.

.editorconfig

index 40392cd..afa4632 100644 (file)
@@ -3,7 +3,7 @@ root = true
 [*]
 end_of_line = lf
 trim_trailing_whitespace = true
-insert_final_newline = false
+insert_final_newline = true
 
 [{CMakeLists.txt,*.cmake}]
 indent_style = space