Skip to content

Commit

Permalink
docs: add imports folding setting to style guide (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbeck authored Nov 13, 2024
1 parent 91a12cb commit f95b1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ide-config/ide-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ file in the `build/ide-config/src/main/resources/` directory.

. select the `eclipse.importorder` file as the import order config file.

. Open the _Editor -> Code Style -> Java -> Imports_ settings and set the _Class count to use import with '\*'_ to 999. This is to avoid the `*` imports, which should only be used in special cases.

== Eclipse setup

. Open the _Preferences_ window, and then navigate to _Java -> Code Style -> Formatter_.
Expand Down

0 comments on commit f95b1dd

Please sign in to comment.