Enable trimming of trailing whitespace in editorconfig

This commit is contained in:
Simon Bruder 2023-11-15 15:33:18 +01:00
parent b5e7f81ec2
commit 33ec5d66d6
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -9,6 +9,7 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.java]
indent_style = tab