File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ roslynator_accessor_braces_style = single_line_when_expression_is_on_single_line
8
8
roslynator_array_creation_type_style = implicit
9
9
roslynator_arrow_token_new_line = before
10
10
roslynator_binary_operator_new_line = after
11
+ roslynator_blank_line_after_file_scoped_namespace_declaration = true
11
12
roslynator_blank_line_between_closing_brace_and_switch_section = false
12
13
roslynator_blank_line_between_single_line_accessors = false
13
14
roslynator_blank_line_between_using_directives = separate_groups
@@ -171,6 +172,9 @@ dotnet_diagnostic.RCS0055.severity = error
171
172
# RCS0056: A line is too long
172
173
dotnet_diagnostic.RCS0056.severity = none
173
174
175
+ # RCS0060: Add/remove line after file scoped namespace declaration
176
+ dotnet_diagnostic.RCS0060.severity = error
177
+
174
178
# RCS1001: Add braces (when expression spans over multiple lines)
175
179
dotnet_diagnostic.RCS1001.severity = error
176
180
You can’t perform that action at this time.
0 commit comments