small .editorconfig fix

This commit is contained in:
Klemek
2025-03-13 17:13:54 +01:00
parent bc203c719e
commit 8df999e3c5
+1 -1
View File
@@ -8,5 +8,5 @@ indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true