Skip to content

Commit 304bd9d

Browse files
fix: .editorconfig
1 parent 29c24e8 commit 304bd9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ charset = utf-8-bom
1818
# .NET Coding Conventions #
1919
###############################
2020
[*.{cs,vb}]
21+
dotnet_diagnostic.IDE0058.severity = none
22+
dotnet_diagnostic.IDE0059.severity = none
23+
2124
dotnet_analyzer_diagnostic.category-Style.severity = error
2225
# Organize usings
2326
dotnet_sort_system_directives_first = true

0 commit comments

Comments
 (0)