diff --git a/.editorconfig b/.editorconfig index 4a1e0bea680..1c2922925f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,4 @@ root = true charset = utf-8 indent_style = space insert_final_newline = true +trim_trailing_whitespace = true