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