Skip to content

Commit d688a31

Browse files
MartyIXtj-devel709
authored andcommitted
Impl (#28040)
1 parent ea45aba commit d688a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ csharp_style_var_for_built_in_types = true:none
6767
csharp_style_var_when_type_is_apparent = true:none
6868
csharp_style_var_elsewhere = false:none
6969

70+
# Namespace preference (prefer file-scoped namespaces)
71+
csharp_style_namespace_declarations = file_scoped
72+
dotnet_diagnostic.IDE0161.severity = suggestion
73+
7074
# use language keywords instead of BCL types
7175
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
7276
dotnet_style_predefined_type_for_member_access = true:suggestion

0 commit comments

Comments
 (0)