We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
line <n>
Describe the bug
In the demo for v1, when formatted, the lines between (LTrim and ) are indented to the same level:
(LTrim
)
str_multiline := " (LTrim line 1 line 2 line 3 )"
To Reproduce
Steps to reproduce the behavior:
demos/demo_for_ahk_v1.ahk
Expected behavior
When formatted, the lines between (LTrim and ) should be indented further, like so:
The text was updated successfully, but these errors were encountered:
v2.7.1 (#57)
1ef84ba
- Fix indentation with parentheses ([#25](#25))
mark-wiemer
Successfully merging a pull request may close this issue.
Describe the bug
In the demo for v1, when formatted, the lines between
(LTrim
and)
are indented to the same level:To Reproduce
Steps to reproduce the behavior:
demos/demo_for_ahk_v1.ahk
Expected behavior
When formatted, the lines between
(LTrim
and)
should be indented further, like so:The text was updated successfully, but these errors were encountered: