google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.49k stars 13.3k forks source link

Eclipse Java Line-Wrapping #320

Open JSlain opened 6 years ago

JSlain commented 6 years ago

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.

wallind commented 3 years ago

this is still an issue to this date