Contains all classes required for the indentation check.
The "block" handler classes use a common superclass BlockParentHandler, employing the Template Method pattern.
The basic idea behind this is that while pretty printers are sometimes convienent for bulk reformats of legacy code, they often either aren't configurable enough or just can't anticipate how format should be done.