From 48c00e53231d1c4cb1a874a273c840dd4aaec73b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 26 Aug 2024 21:38:33 +0300 Subject: [PATCH] Add trim_trailing_whitespace --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c982ab2..717c772 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ indent_style = space charset = utf-8 end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true # Code files [*.{cs, csx, vb, vbx}]