Open guiguan opened 8 years ago
Thanks for this awesome beautifier.
Using js-beautify on following block comment (my preferred style):
/** * @Author: Guan Gui <guiguan> * @Date: 2016-04-03T18:26:49+10:00 * @Last modified by: guiguan * @Last modified time: 2016-04-05T11:32:31+10:00 */
It becomes:
Could you please add an option to keep block comment indentation?
For now, if you don't start all your lines with *, it will not reindent.
*
Thanks for this awesome beautifier.
Using js-beautify on following block comment (my preferred style):
It becomes:
Could you please add an option to keep block comment indentation?