From: Yegor Yefremov Date: Mon, 27 May 2024 13:37:05 +0000 (+0200) Subject: .editorconfig: fix insert_final_newline option X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=12a8de0daba0816227c7010fc1b84d0abf70a500;p=libftdi .editorconfig: fix insert_final_newline option This option must be set to true to comply with the current style. --- diff --git a/.editorconfig b/.editorconfig index 40392cd..afa4632 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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