Skip to content

Commit

Permalink
Editorconfig cleanup
Browse files Browse the repository at this point in the history
Removed an obsolete match pattern for *.sh. We do not have shell sripts anymore since we use PowerShell 7 for any build scripts.
  • Loading branch information
ckadluba committed Sep 26, 2024
1 parent da08125 commit 5385cef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ trim_trailing_whitespace = true
[*.{csproj,json,config,yml}]
indent_size = 2

[*.sh]
end_of_line = lf

[*.{cmd,bat}]
end_of_line = crlf

Expand Down Expand Up @@ -43,7 +40,6 @@ csharp_space_between_method_call_name_and_opening_parenthesis = false
csharp_space_between_method_call_parameter_list_parentheses = false
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
csharp_space_between_method_declaration_parameter_list_parentheses = false
csharp_space_between_parentheses = false
csharp_style_conditional_delegate_call = true:suggestion
csharp_style_expression_bodied_accessors = true:silent
csharp_style_expression_bodied_constructors = false:silent
Expand Down

0 comments on commit 5385cef

Please sign in to comment.