dotnet / dotnet/format

Optional sorting of import directives

Open
#772 13 comments 4 reactions 0 assignees View on GitHub
Documentation Question
Dominant language
No language data
Stars
1.9k
Forks
173
Avg merge
10d 13h
Merged PRs (30d)
1

Description

I can't find a way to completely disable sorting import directives. There are the following two options but neither of them disables the sorting action
```
dotnet_separate_import_directive_groups = false
dotnet_sort_system_directives_first = false
```

Would be useful to have an option:
```
dotnet_sort_import_directives = true|false
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.