styleguide
styleguide copied to clipboard
Java: Conflicts between eclipse-java-google-style.xml and HTML guide
The guide here 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, there is a config to insert blank lines in different import groups:
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/>
Is there something wrong?
https://github.com/google/styleguide/pull/271
Probably a duplicate of #273