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

Fix array indentation as argument #549

Merged

Conversation

belka-ew
Copy link
Collaborator

It fixes the array indentation in the first argument of a function. Here is the formatting before this change:

 unittest
 {
     f([
-        x
-    ]);
+            x
+            ]);
 }

I also fixed an older test, keep_break_in_array_chain.args has a wrong name.

@WebFreak001 WebFreak001 merged commit 77e2ba4 into dlang-community:master May 23, 2022
@belka-ew belka-ew deleted the bug/keep_break_in_array_arg branch June 3, 2022 07:31
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

Successfully merging this pull request may close these issues.

2 participants