Set `trim_trailing_whitespace` in EditorConfig
This commit is contained in:
parent
f98476b825
commit
c3dd2c2d63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue