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
For me this is a well formatted TCL code, not sure if I introduce some not needed characters. I am dealing with long named, nested invocation and sometimes try to rescue readability with new line continuation.
Formatter is not able to understand it and it results as:
... works fine. If you could initially guide me, do you have some tests coverage for formatting? I should be able to work on some PR if something would be already existing. Other than that, I have 0 experience in creating VSCode plugins.
The text was updated successfully, but these errors were encountered:
is a boolean. So we do not support any nesting there, right?
For that we would need to have continuation to have levels like indentation, am I right?
maciejmatczak
changed the title
Formatter over indents when slash (new line continuation) is used
Formatter over indents when slash (new line continuation) is nested
Jan 19, 2021
Hi there! The auto save format that just appeared in my
.tcl
files is like an additional gift from last Christmas ;). Thanks!To the issue:
For me this is a well formatted TCL code, not sure if I introduce some not needed characters. I am dealing with long named, nested invocation and sometimes try to rescue readability with new line continuation.
Formatter is not able to understand it and it results as:
Last bracket over indented. Seems related to nested square brackets eval and line continuation also there, as this:
... works fine. If you could initially guide me, do you have some tests coverage for formatting? I should be able to work on some PR if something would be already existing. Other than that, I have 0 experience in creating VSCode plugins.
The text was updated successfully, but these errors were encountered: