You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting typescript-expr-indent-offset to 2 appears to add 2 spaces of indentation to the closing /> but nothing else
does this mode derive from any other modes for which indentation-related variables exist? did I forget to configure something in a different customization-group?
thanks for any help you can provide.
The text was updated successfully, but these errors were encountered:
software versions:
steps to reproduce:
emacs -Q
M-x typescript-mode
desired output:
actual output:
possibly relevant info:
indent-tabs-mode
is set to niltypescript-indent-level
is set to 2typescript-expr-indent-offset
to 2 appears to add 2 spaces of indentation to the closing/>
but nothing elsedoes this mode derive from any other modes for which indentation-related variables exist? did I forget to configure something in a different customization-group?
thanks for any help you can provide.
The text was updated successfully, but these errors were encountered: