reduce brace warning level
This commit is contained in:
parent
2831b1e75a
commit
90f49af275
|
@ -68,7 +68,7 @@ csharp_style_expression_bodied_accessors = true:suggestion
|
||||||
csharp_style_inlined_variable_declaration = true:warning
|
csharp_style_inlined_variable_declaration = true:warning
|
||||||
|
|
||||||
# avoid superfluous braces
|
# avoid superfluous braces
|
||||||
csharp_prefer_braces = false:suggestion
|
csharp_prefer_braces = false:hint
|
||||||
|
|
||||||
##########
|
##########
|
||||||
## Column guidelines
|
## Column guidelines
|
||||||
|
|
Loading…
Reference in New Issue