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

Documentation: note binpack/dangling if !cfgstyle #2985

Merged
merged 1 commit into from
Dec 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3974,6 +3974,10 @@ values are supported since v3.0.0:
- `Always` enables the functionality (also takes `true`)
- `Oneline` ensures multiline arguments are not binpacked

> [`danglingParentheses.xxxSite`](#newlines-danglingparentheses) will be ignored
> if [`optIn.configStyleArguments`](#optinconfigstylearguments) is set since binpacking
> and listing each argument/parameter on a separate line are at odds.

### `binPack.bracketXxxSite`

> Since v3.0.4.
Expand Down