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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -