Add support for checking indentation
Brought to you by:
chrismair
Most IDEs have support for setting indent size to M spaces and continuation indents to N spaces. Alternately it might be set to tabs.
Indentation is an important part of making code consistent across developers. It would be great to have CodeNarc ensure that all code being checked in is indented in the same way.
Addressed in GitHub #271