Hirse / brackets-beautify

Brackets Extension to beautify JavaScript, HTML, and CSS files.
MIT License
34 stars 3 forks source link

When i save a html file, the code for comment keep moving to the right. #16

Open Sokiy opened 8 years ago

Sokiy commented 8 years ago

When I commented out a piece of code in the script tag inside,if the code for that comment not in front of a semicolon,when i save it,and the code for comment keep moving to the right the version of the brackets beautify 1.0.2

Hirse commented 8 years ago

The beautify library indents comments to be on the same level as the surrounding code. This also applies to out-commented pieces of code.

If you mean something else, please add an example of how your code looks before and after the beautification.