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
I'm in an environment where the tab size is set to 3 (via an .editorconfig file, but not sure if that matters). When pressing Tab to indent a line within a template, it always indents by 4 spaces. Interestingly, when pressing Shift-Tab to de-indent, it removes 3 spaces. The correct behaviour would be that Tab indents by 3 spaces as well.
The text was updated successfully, but these errors were encountered:
Actually it's not entirely fixed. If you configure a template data language (for example if you are generating a Java file), then it does not use Java indents. It always uses "Other File Types" indents, which seems to be wrong.
Otherwise, when no template data language is configured, "Other File Types" indents will always be used in .st and .stg files.
I'm in an environment where the tab size is set to 3 (via an
.editorconfig
file, but not sure if that matters). When pressing Tab to indent a line within a template, it always indents by 4 spaces. Interestingly, when pressing Shift-Tab to de-indent, it removes 3 spaces. The correct behaviour would be that Tab indents by 3 spaces as well.The text was updated successfully, but these errors were encountered: