exist
exist copied to clipboard
[bugfix] omit newline after doctype with indent=no
fixes #4736
Before
<!DOCTYPE html>
<option selected></option>
AFTER
<!DOCTYPE html><option selected></option>