javadoc - How to format block comments using tabs exclusively -
i'm maintaining code formatter, , have option use tabs indenting. remember users explaining me, company police prohibits spaces in beginning of line (even aligning), , checked on commit/push in vcs. i'm trying support block comments jsdoc or javadoc, , seems use 1 space aligning them.
<tab>/** <tab> * here goes comment <tab> * notice space before '*' <tab> */ but how align using tabs?
Comments
Post a Comment