modified editorconfig

This commit is contained in:
hydrant
2019-07-17 19:57:41 +02:00
parent 123ab7d07b
commit 38c2415820

View File

@@ -62,9 +62,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const
###############################
[*.cs]
# var preferences
csharp_style_var_for_built_in_types = true:silent
csharp_style_var_when_type_is_apparent = true:silent
csharp_style_var_elsewhere = true:silent
csharp_style_var_for_built_in_types = false:silent
csharp_style_var_when_type_is_apparent = false:silent
csharp_style_var_elsewhere = false:silent
# Expression-bodied members
csharp_style_expression_bodied_methods = false:silent
csharp_style_expression_bodied_constructors = false:silent