Eclipse Java Line-Wrapping
Open
lang:java
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
In the [Java Style Guide](https://google.github.io/styleguide/javaguide.html#s4.5-line-wrapping), 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.
Contributor guide
Assessment
This issue has not been assessed yet.