diff --git a/.editorconfig b/.editorconfig index 3e7e005..83f0f52 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,6 @@ [*.patch] end_of_line = lf +trim_trailing_whitespace = false + +[*.java] +trim_trailing_whitespace = false