summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 2a3d1e990..75176d99b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,6 +3,7 @@ root = true
[*]
indent_style = space
insert_final_newline = true
+trim_trailing_whitespace = true
[**/CMakeLists.txt]
indent_size = 2