Hirse / brackets-beautify

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

Suggest: Remove unnecessary rows #24

Open StivMs opened 7 years ago

StivMs commented 7 years ago

Hello,

I really miss the beautify feature from c9.io where it removed unnecessary rows. etc: code

code then after result = code code

I hope I explained it well

Hirse commented 7 years ago

If I understand you correctly, you are trying to remove empty lines from the code, right? In that case, have a look at the max_preserve_newlines option.