You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default operator is a falsy check, not a undefined or null check, so preserve_newlines can never be set to false as it will default back to true. Should be something like this instead:
This line makes
preserve_newlines
alwaystrue
:https://github.com/einars/js-beautify/blob/master/js/lib/beautify-html.js#L109
The default operator is a falsy check, not a
undefined
ornull
check, sopreserve_newlines
can never be set tofalse
as it will default back totrue
. Should be something like this instead:The text was updated successfully, but these errors were encountered: