We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea45aba commit d688a31Copy full SHA for d688a31
.editorconfig
@@ -67,6 +67,10 @@ csharp_style_var_for_built_in_types = true:none
67
csharp_style_var_when_type_is_apparent = true:none
68
csharp_style_var_elsewhere = false:none
69
70
+# Namespace preference (prefer file-scoped namespaces)
71
+csharp_style_namespace_declarations = file_scoped
72
+dotnet_diagnostic.IDE0161.severity = suggestion
73
+
74
# use language keywords instead of BCL types
75
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
76
dotnet_style_predefined_type_for_member_access = true:suggestion
0 commit comments