Skip to content

Commit

Permalink
Preserve single line blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Dec 9, 2020
1 parent f31f30f commit f8763db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ csharp_space_between_square_brackets = false

# Wrap options
# @see: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/formatting-rules#wrap-options
csharp_preserve_single_line_blocks = false
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = false

# CSharp styling options
Expand Down Expand Up @@ -238,4 +238,4 @@ dotnet_style_qualification_for_property = false:suggestion
dotnet_style_readonly_field = true:suggestion
dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion

dotnet_code_quality_unused_parameters = all:suggestion
dotnet_code_quality_unused_parameters = all:suggestion

0 comments on commit f8763db

Please sign in to comment.