Closed agriffis closed 6 years ago
This is the indentation I'm trying to achieve:
const r = myFunctionCall(longParameter1, longParameter2) const o1 = { k: v, } const o2 = Object.freeze({ k: v, })
The third case is the problematic one. I can mostly get what I want with cino=(0,Ws but the third case always indents as:
cino=(0,Ws
const o2 = Object.freeze({ k: v, })
Is there a combination of cinoptions that I'm missing to achieve the desired result?
cinoptions
https://github.com/pangloss/vim-javascript/issues/1114
This is the indentation I'm trying to achieve:
The third case is the problematic one. I can mostly get what I want with
cino=(0,Ws
but the third case always indents as:Is there a combination of
cinoptions
that I'm missing to achieve the desired result?