Skip to content

Break long & (AND) patterns across multiple lines#3227

Merged
nojaf merged 2 commits into
fsprojects:mainfrom
nojaf:fix-1780
Feb 27, 2026
Merged

Break long & (AND) patterns across multiple lines#3227
nojaf merged 2 commits into
fsprojects:mainfrom
nojaf:fix-1780

Conversation

@nojaf

@nojaf nojaf commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

When a Pattern.Ands exceeds the max line length, each subsequent & pattern is now placed on its own indented line instead of keeping everything on a single line.

Fixes #1780

When a Pattern.Ands exceeds the max line length, each subsequent
& pattern is now placed on its own indented line instead of keeping
everything on a single line.

Fixes fsprojects#1780
@nojaf nojaf merged commit c772d23 into fsprojects:main Feb 27, 2026
6 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.

Long pattern with & is not respecting max line length.

1 participant