Skip to content

Commit 9e6558f

Browse files
committed
Trim trailing whitespace.
1 parent 4f50f97 commit 9e6558f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ root = true
22

33
[*]
44
indent_style = space
5-
insert_final_newline = true
5+
insert_final_newline = true
66
trim_trailing_whitespace = true
77

88
[*.{cs,md}]
99
guidelines = 80 dashed, 100
1010

1111
[*.cs]
12-
dotnet_sort_system_directives_first = true
12+
dotnet_sort_system_directives_first = true
1313

1414
csharp_style_var_for_built_in_types = false:suggestion
1515
csharp_style_var_when_type_is_apparent = false:suggestion

0 commit comments

Comments
 (0)