madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
129 stars 37 forks source link

Sorting Does Not Include Comments #93

Open RealDotNetDave opened 3 years ago

RealDotNetDave commented 3 years ago

I tried to sort using this extension today and I noticed that the comments don't sort with the item. Here is an example:

[# SA1636: File header copyright text should match
dotnet_diagnostic.SA1636.severity = silent]

It seems to puts all of the comments at the top of the section.