CE-2937: Set up linting and autoformatting
Changes:
- Checkstyle Maven plugin has been configured to fail the build on ERROR level violations.
- Indentation related configs has been changed to comply with the google formatting style
- com.spotify.fmt:fmt-maven-plugin added for formatting (using google style)
- The codebase has been formatted
Closes CE-2937