From e847d3bd41c76287b92e12c76f0cb78365e5c4d7 Mon Sep 17 00:00:00 2001 From: duende-github-bot Date: Mon, 12 May 2025 10:37:47 +0000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 185a331d2..cdf1f8d29 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ charset = utf-8 indent_size = 2 indent_style = space insert_final_newline = true +trim_trailing_whitespace = true [*.cs] csharp_prefer_braces = true