Add trim_trailing_whitespace

This commit is contained in:
Pavel Djundik
2024-08-26 21:38:33 +03:00
parent 13b396b0d2
commit 48c00e5323

View File

@@ -6,6 +6,7 @@ indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Code files
[*.{cs, csx, vb, vbx}]