Set `trim_trailing_whitespace` in EditorConfig

This commit is contained in:
YoshiRulz 2025-06-02 03:57:49 +10:00
parent f98476b825
commit c3dd2c2d63
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -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