[...] 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.
In the Java Style Guide, it's written that:
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.