You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this observation but binop_separator is by design only applicable to binary expressions, and does not apply to compound constraints regardless of the fact that the latter utilizes one of the same symbols.
That needs to continue to be the case, so I'm going to close. If you think the existing documentation for binop_separator is ambiguous or could otherwise be improved to make that more clear please feel free to let me know or submit a PR with suggested changes. If you'd like to have a new config option that could be used to control that behavior in bounds then please open a new issue and we'll take that through the standard process to consider new options.
I suppose I saw it having this effect with + and was hoping it would apply here, but I understand the reasoning why you wouldn't want to. I'll open a new issue for creating another option.
The
binop_separator
option doesn't apply to+
signs present inwhere
bounds. For example, when set to "Back", it outputs:Whereas it should output:
The text was updated successfully, but these errors were encountered: