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
Right, this setting got lost in 1.8.0. I see why, it was not well documented and was implemented in a very strange way. This should be implemented the same way that indent_body_inner_html and indent_head_inner_html are implemented (though its default is false rather than true). Obviously, also needs tests (since the issue wasn't caught before release).
Description
indent_inner_html: true
seems to be ignored in v1.8.0Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Environment
https://beautifier.io/
Settings
Example:
The text was updated successfully, but these errors were encountered: