diff options
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4ceaca17..2ebba4b3 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -16,6 +16,12 @@ csharp_indent_case_contents = true : error | |||
16 | csharp_indent_switch_labels = true : error | 16 | csharp_indent_switch_labels = true : error |
17 | csharp_new_line_before_open_brace = all | 17 | csharp_new_line_before_open_brace = all |
18 | csharp_prefer_braces = true : error | 18 | csharp_prefer_braces = true : error |
19 | csharp_style_expression_bodied_methods = when_on_single_line : suggestion | ||
20 | csharp_style_expression_bodied_constructors = when_on_single_line : suggestion | ||
21 | csharp_style_expression_bodied_operators = when_on_single_line : suggestion | ||
22 | csharp_style_expression_bodied_properties = when_on_single_line : suggestion | ||
23 | csharp_style_expression_bodied_indexers = when_on_single_line : suggestion | ||
24 | csharp_style_expression_bodied_accessors = when_on_single_line : suggestion | ||
19 | csharp_style_var_elsewhere = true : suggestion | 25 | csharp_style_var_elsewhere = true : suggestion |
20 | csharp_style_var_for_built_in_types = true : suggestion | 26 | csharp_style_var_for_built_in_types = true : suggestion |
21 | csharp_style_var_when_type_is_apparent = true : suggestion | 27 | csharp_style_var_when_type_is_apparent = true : suggestion |