diff --git a/.editorconfig b/.editorconfig index 6c549666e..6689bab23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,4 @@ root = true indent_style = space indent_size = 2 insert_final_newline = true +trim_trailing_whitespace = true