Skip to content

Commit 5385cef

Browse files
committed
Editorconfig cleanup
Removed an obsolete match pattern for *.sh. We do not have shell sripts anymore since we use PowerShell 7 for any build scripts.
1 parent da08125 commit 5385cef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ trim_trailing_whitespace = true
99
[*.{csproj,json,config,yml}]
1010
indent_size = 2
1111

12-
[*.sh]
13-
end_of_line = lf
14-
1512
[*.{cmd,bat}]
1613
end_of_line = crlf
1714

@@ -43,7 +40,6 @@ csharp_space_between_method_call_name_and_opening_parenthesis = false
4340
csharp_space_between_method_call_parameter_list_parentheses = false
4441
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
4542
csharp_space_between_method_declaration_parameter_list_parentheses = false
46-
csharp_space_between_parentheses = false
4743
csharp_style_conditional_delegate_call = true:suggestion
4844
csharp_style_expression_bodied_accessors = true:silent
4945
csharp_style_expression_bodied_constructors = false:silent

0 commit comments

Comments
 (0)