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
julia-paren-indent correctly interprets that func1 should be indented, but just by adding a comment, func2 is aligned instead.
The text was updated successfully, but these errors were encountered:
hexane360
changed the title
julia-indent-line/julia-paren-indent incorrectly handles comments at the start of function application
julia-indent-line/julia-paren-indent incorrectly handles comments at the start of function application
Jan 19, 2021
While working on PR #152, I discovered the following issue with
julia-paren-indent
:julia-paren-indent
correctly interprets thatfunc1
should be indented, but just by adding a comment,func2
is aligned instead.The text was updated successfully, but these errors were encountered: