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
tsx-mode doesn't indent any lines within a multi-line string indentation:
`${0}`
js-mode and typescript-mode don't indent these cases either, but I'd personally expect it to be indented by one stop, to be consistent with multi-line string interpolations which start with a [, (, or {:
`${0}``${(0)}``${[0]}``${{a: 0}}`
The text was updated successfully, but these errors were encountered:
AdamNiederer
changed the title
Non-empty lines in multiline string interpolations aren't indented
Non-empty lines in multiline string interpolations without additional delimiters aren't indented
Apr 16, 2022
tsx-mode
doesn't indent any lines within a multi-line string indentation:js-mode
andtypescript-mode
don't indent these cases either, but I'd personally expect it to be indented by one stop, to be consistent with multi-line string interpolations which start with a[
,(
, or{
:The text was updated successfully, but these errors were encountered: