Wumpf / IncludeToolbox

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

Remove check that prevents adding newlines before the last line #50

Closed dakotahawkins closed 7 years ago

dakotahawkins commented 7 years ago

de88fd1c added a check to prevent adding a newline before the last line in a batch. Since we're prepending, however, a newline is desirable if the last line is the only one in its group.

Fixes #48

dakotahawkins commented 7 years ago

Replaces #49, the NuGet package updates broke 2015 compatibility.