Wumpf / IncludeToolbox

Visual Studio extension to format, prune, and inspect include directives.
https://marketplace.visualstudio.com/items?itemName=Wumpf.IncludeToolbox
MIT License
50 stars 22 forks source link

Blank line isn't inserted before final precedence regex match group if the final group only has one include #48

Closed dakotahawkins closed 6 years ago

dakotahawkins commented 6 years ago

Since we're prepending, a newline is desirable if the last line is the only one in its group.

I'll have a PR up for this shortly.