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 -

c++ - Clock_gettime() function outputting incorrect time -

asp.net core mvc - How important is the global.json and src folder? -