Skip to content

Commit 4a36b1d

Browse files
authored
remove severity
1 parent 34aecc0 commit 4a36b1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/configuration/CodingStyle.editorconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ csharp_indent_switch_labels = true
2525
csharp_indent_labels = one_less_than_current
2626

2727
# Modifier preferences
28-
csharp_preferred_modifier_order = public,private,protected,internal,file,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
28+
csharp_preferred_modifier_order = public,private,protected,internal,file,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async
2929

3030
# avoid this. unless absolutely necessary
3131
dotnet_style_qualification_for_field = false
@@ -45,7 +45,7 @@ dotnet_style_predefined_type_for_locals_parameters_members = true
4545
dotnet_style_predefined_type_for_member_access = true
4646

4747
# File style
48-
csharp_using_directive_placement=outside_namespace
48+
csharp_using_directive_placement = outside_namespace
4949
dotnet_sort_system_directives_first = true
5050
csharp_style_namespace_declarations = file_scoped
5151

@@ -96,7 +96,7 @@ csharp_style_prefer_range_operator = true
9696
csharp_style_pattern_local_over_anonymous_function = true
9797

9898
# Code block preferences
99-
csharp_prefer_braces = when_multiline:suggestion
99+
csharp_prefer_braces = when_multiline
100100

101101
# Space preferences
102102
csharp_space_after_cast = false
@@ -127,4 +127,4 @@ csharp_preserve_single_line_blocks = true
127127
csharp_preserve_single_line_statements = false
128128

129129
csharp_prefer_static_local_function = true
130-
dotnet_code_quality_unused_parameters = all:warning
130+
dotnet_code_quality_unused_parameters = all

0 commit comments

Comments
 (0)