We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6393a commit d6bcff1Copy full SHA for d6bcff1
1 file changed
.editorconfig
@@ -27,6 +27,18 @@ dotnet_diagnostic.CS8601.severity = error
27
dotnet_diagnostic.CS8602.severity = error
28
dotnet_diagnostic.CS8603.severity = error
29
dotnet_diagnostic.CS8604.severity = error
30
+dotnet_diagnostic.SA1516.severity = error
31
+
32
+dotnet_style_allow_multiple_blank_lines_experimental = false:error
33
+dotnet_style_prefer_auto_properties = true:error
34
+dotnet_style_object_initializer = true:error
35
+dotnet_style_collection_initializer = true:error
36
37
+[*.yml]
38
+indent_style = space
39
+indent_size = 2
40
+trim_trailing_whitespace = true
41
+insert_final_newline = true
42
43
[*.json]
44
indent_style = space
0 commit comments