emacs-tss
emacs-tss copied to clipboard
How to customize indentation?
Is there any way to customize indentation for typescript code. For example lets say I have such snippet of typescript with default indentation:
D.div({},
D.span({}),
D.span({})
)
Is it possible to change it to something like:
D.div({},
D.span({}),
D.span({})
)
Hi, @aindlq I'm sorry to reply very late to your contact... This plugin has no relation to indentation. I suppose you should see typescript.el.