diff --git a/.editorconfig b/.editorconfig index a75d390..7ab1059 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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