Add trim_trailing_whitespace to .editorconfig

This commit is contained in:
KleinCrafter
2023-10-02 08:17:16 +02:00
committed by Brokkonaut
parent 499cdbca27
commit 19cc874db8

View File

@ -1,9 +1,10 @@
root = true root = true
[*] [*]
charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
charset = utf-8 trim_trailing_whitespace = true
[*.java] [*.java]
indent_style = space indent_style = space