diff --git a/.editorconfig b/.editorconfig index ddc54b53..15cae5b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ dotnet_sort_system_directives_first = true # ReSharper properties resharper_csharp_max_line_length = 120 + +# dotnet code quality +# noinspection EditorConfigKeyCorrectness +dotnet_code_quality.CA1826.exclude_ordefault_methods = true