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 97af806 commit 4cc9d94Copy full SHA for 4cc9d94
.editorconfig
@@ -16,6 +16,7 @@ root = true
16
charset = utf-8
17
indent_style = space
18
indent_size = 4
19
+tab_width = 4
20
insert_final_newline = true
21
trim_trailing_whitespace = true
22
@@ -211,6 +212,10 @@ csharp_style_var_for_built_in_types = true
211
212
csharp_style_var_when_type_is_apparent = true
213
csharp_style_var_elsewhere = true
214
215
+# Undocumented
216
+# https://github.com/dotnet/docs/issues/28791
217
+csharp_style_prefer_primary_constructors = true # NEW
218
+
219
##########################################
220
# .NET Coding Conventions - .NET
221
# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/dotnet-formatting-options
0 commit comments