google / google/styleguide

Difference between intellij and eclipse formatting

Open
#330 2 comments 0 reactions 0 assignees View on GitHub
lang:java
Dominant language
HTML
Stars
39.6k
Forks
12.9k
Avg merge
42m
Merged PRs (30d)
15

Description

The current eclipse style defines the import options as follows:

```

```

Intellij as follows:
```

```

1.)
At least the blank line after the imports seems different (1 vs. 0)?

2.)
And we have the behaviour that IntelliJ creates a blank between import groups but eclipse does not (which is compliant to the above "blank_lines_between_import_groups" option) Where is the intelliJ option for that?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.