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
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.java]
indent_style = space
@ -11,4 +12,4 @@ indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
indent_size = 2