Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed May 17, 2018
1 parent 2be8d2f commit 8917bf3
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 @@ -141,7 +141,7 @@ dotnet_naming_rule.interface_types_must_be_prefixed_with_i.style = prefix_interf
# C# Code Style Settings
# See https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
# See http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers
[*.cs,csx,cake]
[*.{cs,csx,cake}]
# Indentation Options
csharp_indent_block_contents = true:warning
csharp_indent_braces = false:warning
Expand Down Expand Up @@ -197,4 +197,4 @@ csharp_space_between_parentheses = expressions:warning
csharp_space_between_square_brackets = false:warning
# Wrapping Options
csharp_preserve_single_line_blocks = true:warning
csharp_preserve_single_line_statements = false:warning
csharp_preserve_single_line_statements = false:warning

0 comments on commit 8917bf3

Please sign in to comment.