about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-12 02:34:17 -0500
committerGitHub <noreply@github.com>2023-02-12 08:34:17 +0100
commitc812cfa667764ff3791fb5b5cd0dffc5ba2441da (patch)
treefa2525011f703dc18566b9d1420f8b8fd62156c2 /.editorconfig
parente7b81d7d9625893b1323e12215a2a98c0f19f58f (diff)
Enable EditorConfig trailing whitespace trimming (#23543)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 5f8702cf8..b5217da4a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,3 +10,4 @@ insert_final_newline = true
 charset = utf-8
 indent_style = space
 indent_size = 2
+trim_trailing_whitespace = true