Browse Source

Add editorconfig for ordefault exclusion for CA1826

pull/324/head
Ionite 12 months ago
parent
commit
b5a29aee81
No known key found for this signature in database
  1. 4
      .editorconfig

4
.editorconfig

@ -7,3 +7,7 @@ dotnet_sort_system_directives_first = true
# ReSharper properties # ReSharper properties
resharper_csharp_max_line_length = 120 resharper_csharp_max_line_length = 120
# dotnet code quality
# noinspection EditorConfigKeyCorrectness
dotnet_code_quality.CA1826.exclude_ordefault_methods = true

Loading…
Cancel
Save