Skip to content

Commit 464eb6c

Browse files
authored
Merge pull request #193 from DuendeSoftware/dgb/update-editorconfig-20250425095831
Update .editorconfig
2 parents 41fb3a3 + f8f189c commit 464eb6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ insert_final_newline = true
1010
csharp_style_expression_bodied_accessors = true
1111
csharp_style_expression_bodied_constructors = true
1212
csharp_style_expression_bodied_indexers = true
13+
csharp_style_expression_bodied_lambdas = true
14+
csharp_style_expression_bodied_local_functions = true
1315
csharp_style_expression_bodied_methods = true
1416
csharp_style_expression_bodied_operators = true
15-
csharp_style_expression_bodied_operators = true
1617
csharp_style_expression_bodied_properties = true
1718
csharp_style_namespace_declarations = file_scoped
1819
csharp_style_prefer_switch_expression = true

0 commit comments

Comments
 (0)