We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41fb3a3 + f8f189c commit 464eb6cCopy full SHA for 464eb6c
.editorconfig
@@ -10,9 +10,10 @@ insert_final_newline = true
10
csharp_style_expression_bodied_accessors = true
11
csharp_style_expression_bodied_constructors = true
12
csharp_style_expression_bodied_indexers = true
13
+csharp_style_expression_bodied_lambdas = true
14
+csharp_style_expression_bodied_local_functions = true
15
csharp_style_expression_bodied_methods = true
16
csharp_style_expression_bodied_operators = true
-csharp_style_expression_bodied_operators = true
17
csharp_style_expression_bodied_properties = true
18
csharp_style_namespace_declarations = file_scoped
19
csharp_style_prefer_switch_expression = true
0 commit comments