Java: Conflicts between eclipse-java-google-style.xml and HTML guide
Open
lang:java
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
The [guide here](https://google.github.io/styleguide/javaguide.html#s3.3.3-import-ordering-and-spacing) shows that:
> If there are both static and non-static imports, a single blank line separates the two blocks. There are no other blank lines between import statements.
But in [eclipse-java-google-style.xml#L244](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml#L244), there is a config to insert blank lines in different import groups:
```xml
```
Is there something wrong?
Contributor guide
Assessment
This issue has not been assessed yet.