diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:10:09 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:10:09 -0500 |
| commit | 85b947dced10f5398055af36b5fdb6b8d32a6a6b (patch) | |
| tree | efc2f877a6f41869a40b6d0a320e6d5c4fd591ca /.editorconfig | |
| parent | e20d26adcf7276c7f12ab9ab6ea0311953aa5194 (diff) | |
| parent | a0cb83ed406fc0447e8edf00e680585005480d23 (diff) | |
| download | SMAPI-85b947dced10f5398055af36b5fdb6b8d32a6a6b.tar.gz SMAPI-85b947dced10f5398055af36b5fdb6b8d32a6a6b.tar.bz2 SMAPI-85b947dced10f5398055af36b5fdb6b8d32a6a6b.zip | |
Merge branch 'develop' into stable
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 4b40c2f0..d600d602 100644 --- a/.editorconfig +++ b/.editorconfig @@ -68,7 +68,7 @@ csharp_style_expression_bodied_accessors = true:suggestion csharp_style_inlined_variable_declaration = true:warning # avoid superfluous braces -csharp_prefer_braces = false:suggestion +csharp_prefer_braces = false:hint ########## ## Column guidelines |
