let b:some = {
\ 'some',
\ 'array',
}
This makes code ugly IMHO, how can I change that and should I change that? Is that some coding style or something in vimscript?
Also, is there a plugin that would (I think I had one, but I don't know which one) would expand <CR> like delimitMate with inserting appropriate number of spaces and \?
:h ft-vim-indent– Christian Brabandt Dec 09 '16 at 20:58