file-header
file-header copied to clipboard
Change header body to follow same line endings as default
trafficstars
@getCurrentFileLineEnding only referenced the empty lines after a new header, causing conflicts between what line ending the actual header used and the spacing before the code. This regex statement would replace all line endings for the actual header, regardless of what line endings were used on the templates (AKA it automatically follows what the user configures it to be)
Resolves: #55
Any update on this?