We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code looked like this before beautification:
<div> <br/> <br /> </div>
The code actually looked like this after beautification:
The code should have looked like this after beautification:
<div> <br /> <br /> </div>
Browser User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Language Selected: HTML
Example:
{ "indent_size": "4", "indent_char": " ", "max_preserve_newlines": "5", "preserve_newlines": true, "keep_array_indentation": false, "break_chained_methods": false, "indent_scripts": "normal", "brace_style": "collapse", "space_before_conditional": true, "unescape_strings": false, "jslint_happy": false, "end_with_newline": false, "wrap_line_length": "80", "indent_inner_html": false, "comma_first": false, "e4x": false, "indent_handlebars": false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The use of a space in self closing tags can cause incorrect indentation in following text.
Input
The code looked like this before beautification:
Current Output
The code actually looked like this after beautification:
Expected Output
The code should have looked like this after beautification:
Environment
Browser User Agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Language Selected:
HTML
Settings
Example:
The text was updated successfully, but these errors were encountered: