editorconfig: trim trailing whitespace

This commit is contained in:
goat 2024-12-26 14:14:16 +01:00
parent 2e2feb144f
commit b3c0a8c207

View file

@ -6,6 +6,7 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 4 space indentation
indent_style = space