change nl setting

This commit is contained in:
Thomas Ruoff
2023-11-26 23:12:37 +01:00
parent 52536ee517
commit 11ee91ac45

View File

@@ -5,5 +5,5 @@ indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = false
insert_final_newline = false insert_final_newline = false