Skip to content

Commit c033b74

Browse files
committed
Docs: Update formatting settings for later versions of IntelliJ
1 parent b9f26e6 commit c033b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The default JVM to build and run tests from the command line should be Java 8.
5252
* `Project Structure` -> `Project` -> `SDK` -> `Download JDK...` -> `Version: 1.8` -> `Download`
5353
* Configure Java and Groovy import formatting:
5454
* `Settings...` ->`Editor` > `Code Style` > `Java` > `Imports`
55+
* `Use single class import`: checked
5556
* `Class count to use import with '*'`: `9999` (some number sufficiently large that is unlikely to matter)
5657
* `Names count to use static import with '*'`: `9999`
5758
* Use the following import layout to ensure consistency with google-java-format:

0 commit comments

Comments
 (0)