Optional sorting of import directives
Open
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.