styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

Java: Conflicts between eclipse-java-google-style.xml and HTML guide

Open gaocegege opened this issue 8 years ago • 2 comments

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?

gaocegege avatar May 25 '17 08:05 gaocegege

https://github.com/google/styleguide/pull/271

donce avatar Sep 05 '17 13:09 donce

Probably a duplicate of #273

Marcono1234 avatar Nov 06 '21 15:11 Marcono1234