Vim not indenting javascript block comments properly -
if run vim's auto indent on block of code:
/** * description here * * @return {?string} */
i
/** * description here * * @return {?string} */
instead of (desired behavior) new behavior, previous being done correctly.
i'm using vim-javascript plugin, , vimrc has
sytanx on set autoindent set smartindent
Comments
Post a Comment