When formatting this line ?><!DOCTYPE html> it is split in two
?><!DOCTYPE html>
?> <!DOCTYPE html>
For obvious reasons this is less desirable.
Thank you, we will take a look at that!
Thanks. I would go as far as anytime the developer writes something like ?><any-html-tag> there probably is a reason. Maybe make it configurable insertNewLineAfterClosing: false
?><any-html-tag>
insertNewLineAfterClosing: false
Thanks again for reporting this. It will be fixed in the upcoming pre-release.