emacs-tss icon indicating copy to clipboard operation
emacs-tss copied to clipboard

How to customize indentation?

Open aindlq opened this issue 9 years ago • 1 comments

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({})
)

aindlq avatar Mar 15 '15 18:03 aindlq

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.

aki2o avatar Sep 13 '15 13:09 aki2o