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

Don't be so aggressive about line-breaking strings #911

Merged
merged 1 commit into from
Apr 11, 2016

Conversation

nrc
Copy link
Member

@nrc nrc commented Apr 9, 2016

We will no longer break in the middle of words, only at whitespace or punctuation.

This means we sometimes over-run, but that seems better than some of the bad splits we see.

Closes #369

r? @marcusklaas

We will no longer break in the middle of words, only at whitespace or punctuation.

This means we sometimes over-run, but that seems better than some of the bad splits we see.

Closes #369
@nrc nrc changed the title Don't be so aggressie about line-breaking strings Don't be so aggressive about line-breaking strings Apr 9, 2016
@marcusklaas
Copy link
Contributor

Nice. This closes #506 as well I think.

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