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

Line length aware formatting #152

Open
srhickma opened this issue May 11, 2019 · 0 comments
Open

Line length aware formatting #152

srhickma opened this issue May 11, 2019 · 0 comments
Labels
difficulty/hard This is a difficult or large issue enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@srhickma
Copy link
Owner

To format Java and other programming languages feasibly, we need a way to alter patterns based on line length. In Java, lines that are too long should have newlines (and padding) injected at appropriate locations in order to maintain a preset max line length.

This should be implemented in a way that is generic, and applicable to other properties of the formatted string (rather than just line length).

@srhickma srhickma added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels May 11, 2019
@srhickma srhickma pinned this issue May 17, 2019
@srhickma srhickma added the difficulty/hard This is a difficult or large issue label Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/hard This is a difficult or large issue enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant