Guide to setup IntelliJ import order (to satisfy checkstyle) #2170
Brutus5000
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default import order of IntelliJ will screw up in this project. If you want to use auto-import you will have to make changes in your IntelliJ settings:
Preferences -> Editor -> CodeStyle -> Java -> Tab imports
Make sure to only set it to "Project" scheme. You will probably not want this for other projects. At the bottom your "Import Layout" should look like this:
Beta Was this translation helpful? Give feedback.
All reactions