diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-12 02:34:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 08:34:17 +0100 |
commit | c812cfa667764ff3791fb5b5cd0dffc5ba2441da (patch) | |
tree | fa2525011f703dc18566b9d1420f8b8fd62156c2 | |
parent | e7b81d7d9625893b1323e12215a2a98c0f19f58f (diff) |
Enable EditorConfig trailing whitespace trimming (#23543)
-rw-r--r-- | .editorconfig | 1 |
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 |