styleguide
styleguide copied to clipboard
Eclipse Java Line-Wrapping
In the Java Style Guide, it's written that:
[...] even code that would in fact fit within the column limit may be line-wrapped at the author's discretion.
However, the current settings for eclipse (eclipse-java-google-style.xml) makes the formatter forcing everything to be on the same line. There's nothing the developer can do to break it on multiple lines.
this is still an issue to this date