From c3dd2c2d63ff33bbeea949d50ccac5ebd1f72a73 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 2 Jun 2025 03:57:49 +1000 Subject: [PATCH] Set `trim_trailing_whitespace` in EditorConfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index f81a3d4d38..e7fa14bdf8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,7 @@ csharp_space_after_cast = true csharp_indent_switch_labels = true csharp_indent_case_contents = true csharp_indent_labels = one_less_than_current +trim_trailing_whitespace = true # Style rules # Can't be in .globalconfig because dotnet format doesn't respect that https://github.com/dotnet/format/issues/1643