The source project of this merge request has been removed.
Add checkstyle.xml from cleverthis-backend #2
This MR added the xml config file for checkstyle. The config file is based on google style and made some changes to fit our needs. Basically it's copied from cleverthis-backend.
The changes are:
- 1 tab = 4 spaces, and with similar changes indentation rules
- require
this.foo
style on all member fields