Line length aware formatting #152
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
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).
The text was updated successfully, but these errors were encountered: