Skip to content

Commit

Permalink
Merge pull request #31024 from sharwell/prefer-braces-style
Browse files Browse the repository at this point in the history
Add csharp_prefer_braces to .editorconfig
  • Loading branch information
sharwell authored Nov 8, 2018
2 parents 8735d96 + 06419da commit ca954d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true

# Blocks are allowed
csharp_prefer_braces = true:silent

0 comments on commit ca954d3

Please sign in to comment.