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

Keep "(" indentation with a "]" in the same line #579

Merged

Conversation

belka-ew
Copy link
Collaborator

This a bugfix for d862d8a. Basically, indentation is broken if one of the arguments contains [], like here:

void f(T[] x,
const U y)
{
}

@RazvanN7 RazvanN7 merged commit 49b9fe4 into dlang-community:master Apr 7, 2023
@belka-ew belka-ew deleted the bug/revert-array-indent-on-line branch April 7, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants