Skip to content

Commit

Permalink
Adjust editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jun 5, 2024
1 parent 86570bb commit 919b656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ dotnet_style_parentheses_in_other_operators = always_for_clarity
# Analyzers
dotnet_diagnostic.CA1812.severity = none
dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.IDE0047.severity = none
dotnet_remove_unnecessary_suppression_exclusions = IDE0060,IDE1006

# Roslynator
Expand Down Expand Up @@ -1014,6 +1015,6 @@ indent_size = 2

# Shell scripts
[*.sh]
end_of_line = lf
end_of_line = crlf
[*.{cmd,bat}]
end_of_line = crlf

0 comments on commit 919b656

Please sign in to comment.