We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387416b commit ef327baCopy full SHA for ef327ba
CONTRIBUTING.md
@@ -52,6 +52,7 @@ The default JVM to build and run tests from the command line should be Java 8.
52
* `Project Structure` -> `Project` -> `SDK` -> `Download JDK...` -> `Version: 1.8` -> `Download`
53
* Configure Java and Groovy import formatting:
54
* `Settings...` ->`Editor` > `Code Style` > `Java` > `Imports`
55
+ * `Use single class import`: checked
56
* `Class count to use import with '*'`: `9999` (some number sufficiently large that is unlikely to matter)
57
* `Names count to use static import with '*'`: `9999`
58
* Use the following import layout to ensure consistency with google-java-format:
0 commit comments