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 fd760cf commit eb0263dCopy full SHA for eb0263d
.editorconfig
@@ -1,4 +1,7 @@
1
-[*.cs]
+[*]
2
+indent_style = space
3
+charset = utf-8
4
5
+[*.cs]
6
# SA1008: Opening parenthesis should not be preceded by a space.
7
dotnet_diagnostic.SA1008.severity = silent
0 commit comments