editorconfig settings: attempt to guarantee the final end-of-line char

This commit is contained in:
Eli Schwartz
2021-09-20 17:54:19 -04:00
parent 30f24bfa32
commit 173a40be33

View File

@@ -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