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
Closing braces of arrays get moved to the next line.
return [1, 0, 0]
return [1, 0, 0 ]
foo := ["bar", "baz" ]
The text was updated successfully, but these errors were encountered:
OK, I think I know the cause. Note to self: expose the hidden "preserve" option ;)
Sorry, something went wrong.
Use ahk2-lsp main
05fec8b
Fixes "Closing brace from arrays moved to next line" #499
Update changelog with #499 fix
10447dd
mark-wiemer
Successfully merging a pull request may close this issue.
Description
Closing braces of arrays get moved to the next line.
Expected formatted output snippet
Actual formatted output snippet
Additional context
The text was updated successfully, but these errors were encountered: