-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
12. IDE instructions
Ilkka Seppälä edited this page Mar 26, 2016
·
26 revisions
- Clone the project
- Download Eclipse
- Configure Checkstyle
- Window - Preferences - Checkstyle - New - External Configuration File -> Name it and point to checkstyle.xml -> Set as default
- Right click project and choose Checkstyle - Create formatter profile
- Window - Preferences - Java - Code style - Formatter - Active profile -> choose the one you just created -> Apply