Skip to content

Commit

Permalink
Bump editorconfig csharp_prefer_braces down to suggestion (#21041)
Browse files Browse the repository at this point in the history
So our dotnet format run will not try to fix all the braces over night.
  • Loading branch information
jfversluis authored and rmarinho committed Mar 15, 2024
1 parent 4f513d9 commit 1714c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
dotnet_sort_system_directives_first = true
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = false
csharp_prefer_braces = true:error
csharp_prefer_braces = true:suggestion

# Expression-level preferences
dotnet_style_object_initializer = true:suggestion
Expand Down

0 comments on commit 1714c46

Please sign in to comment.