We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5e2d0 commit f6b9419Copy full SHA for f6b9419
.editorconfig
@@ -78,3 +78,8 @@ indent_size = 2
78
indent_style = space
79
indent_size = 4
80
tab_width = 4
81
+
82
+[*.{cs,vb}]
83
+dotnet_diagnostic.IDE0058.severity = none
84
+dotnet_diagnostic.IDE0022.severity = none
85
+dotnet_diagnostic.IDE0160.severity = none
0 commit comments