JavaHamcrest
JavaHamcrest copied to clipboard
Added CheckStyle rule enforcing indentation guides
Discussion in issues like #295 suggest a desire for a consistent code style. This PR seeks to implement that.
Enforced indentation style of 2 spaces (with further details matching Google's spec). Formatted existing .java code to match.
@brownian-motion please can you rebase from master, as hamcrest-core
and hamcrest-library
have been refactored a lot and also deprecated, so that everything is just in hamcrest
.
Going to try and kick start hamcrest, so if you want to get it merged, please rebase from the branch v2.3-candidates
.
Still trying to understand how has permissions to perform a release.