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

Clarify that array_auto_expand is conditional #526

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

clarkf
Copy link
Contributor

@clarkf clarkf commented Jan 1, 2024

Addresses part of #390.

The array_auto_expand formatter configuration option will prefer to leave arrays on a single line until they exceed the configured column length. The documentation didn't make this caveat clear, and lead some users to expect that all arrays would be expanded regardless.

This does not modify behavior at all, just documents it.

See tamasfe#390

The `array_auto_expand` formatter configuration option will prefer to
leave arrays on a single line until they exceed the configured column
length. The documentation didn't make this caveat clear, and lead some
users to expect that all arrays would be expanded regardless.
Copy link
Collaborator

@ia0 ia0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@ia0 ia0 requested a review from panekj January 2, 2024 09:19
@JounQin JounQin merged commit 42eae9e into tamasfe:master Feb 14, 2024
4 checks passed
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.

3 participants