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
I agree that neither line width or indent characters should be used.
But if we make them configurable, we can remove the continuation but still allow backwards compatibility with existing code.
I would suggest that line width = 0 be interpreted as no line length limit imposed and then the issue of the INDENT characters will be made moot.
The line width is fixed at 80. This is arbitrary and should be configurable.
Java Resource bundles have no such limitation.
private static final int COLMAX = 80;
The text was updated successfully, but these errors were encountered: