Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

else indented incorrectly #3

Open
paulscottrobson opened this issue Mar 30, 2020 · 1 comment
Open

else indented incorrectly #3

paulscottrobson opened this issue Mar 30, 2020 · 1 comment

Comments

@paulscottrobson
Copy link
Owner

if xxxx
aaaaa
else
bbbbb
endif

... indent needs to back one if else on its own ???

@paulscottrobson
Copy link
Owner Author

Problem with fixing this is it is would be a hack. Else does not change the structure depth, so it would be something like "if this line is just else go back one".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant