@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)
@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