summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-28 18:21:48 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-28 18:21:48 -0400
commit90f49af275a97a903ef98735d6c2c03cb3d578c0 (patch)
tree3cbcf332c4daf0a1ca4eec1624700a3b8a3388f9 /.editorconfig
parent2831b1e75a4634214fd9ba4e95edcac91d9cf321 (diff)
downloadSMAPI-90f49af275a97a903ef98735d6c2c03cb3d578c0.tar.gz
SMAPI-90f49af275a97a903ef98735d6c2c03cb3d578c0.tar.bz2
SMAPI-90f49af275a97a903ef98735d6c2c03cb3d578c0.zip
reduce brace warning level
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
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