Skip to content

Commit 3894e1d

Browse files
Update .editorconfig
1 parent 5fe9a49 commit 3894e1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ end_of_line = lf
6868
[Makefile]
6969
indent_style = tab
7070

71+
##########################################
72+
# Default .NET Code Style Severities
73+
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/configuration-options#scope
74+
##########################################
75+
76+
[*.{cs,csx,cake,vb,vbx}]
77+
# Default Severity for all .NET Code Style rules below
78+
dotnet_analyzer_diagnostic.category-style.severity = warning
79+
7180
##########################################
7281
# Language Rules
7382
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/language-rules

0 commit comments

Comments
 (0)