From 173a40be330c1aedec9f7f99ebca67a5edd25c3d Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 20 Sep 2021 17:54:19 -0400 Subject: editorconfig settings: attempt to guarantee the final end-of-line char --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 6401c25..827d6f3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ charset = utf-8 end_of_line = lf indent_style = space trim_trailing_whitespace = true +insert_final_newline = true [*.[ch]] indent_size = 4 -- cgit v1.1