We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13927f commit 719cba8Copy full SHA for 719cba8
.editorconfig
@@ -133,6 +133,9 @@ dotnet_naming_style.pascal_case_and_prefix_with_I_style.capitalization
133
# CSharp code style settings:
134
[*.cs]
135
136
+# Use file-scoped namespaces
137
+csharp_style_namespace_declarations = file_scoped:error
138
+
139
# Prefer "var" only when the type is apparent
140
csharp_style_var_for_built_in_types = false:suggestion
141
csharp_style_var_when_type_is_apparent = true:suggestion
0 commit comments