Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a830391

Browse files
authored
Remove :warning where severity isn't supported
Severity isn't supported for csharp_space_after_keywords_in_control_flow_statements. "Specifying a severity is not supported here and it won't be supported in VS 2019 either. Instead you will be able to set a severity for formatting violations in general, no matter which option they come from."
1 parent e75c778 commit a830391

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
@@ -69,4 +69,4 @@ csharp_prefer_simple_default_expression = true:suggestion
6969
csharp_style_inlined_variable_declaration = true:suggestion
7070

7171
# Spacing options
72-
csharp_space_after_keywords_in_control_flow_statements = true:warning
72+
csharp_space_after_keywords_in_control_flow_statements = true

0 commit comments

Comments
 (0)