diff --git a/.editorconfig b/.editorconfig index 0aff6e75ca..65c26b86c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,8 @@ dotnet_diagnostic.VSTHRD105.severity = none dotnet_diagnostic.VSTHRD110.severity = none dotnet_diagnostic.VSTHRD200.severity = none +dotnet_sort_system_directives_first = true + [*.cs] indent_size = 4