Skip to content

Commit c578c4d

Browse files
committed
csharp_style_inlined_variable_declaration as error
1 parent 94c811e commit c578c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ csharp_prefer_braces = true:silent
8484
csharp_style_deconstructed_variable_declaration = true:suggestion
8585
csharp_prefer_simple_default_expression = true:suggestion
8686
csharp_style_pattern_local_over_anonymous_function = true:suggestion
87-
csharp_style_inlined_variable_declaration = true:suggestion
87+
csharp_style_inlined_variable_declaration = true:error
8888
###############################
8989
# C# Formatting Rules #
9090
###############################

0 commit comments

Comments
 (0)