Difference between intellij and eclipse formatting
Open
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
Assessment
This issue has not been assessed yet.