sbohmann / mini

3 stars 0 forks source link

Add an optional bracket indentation check #13

Open sbohmann opened 4 years ago

sbohmann commented 4 years ago

Condition: if a closing bracket is the first token in its line, it must be at the same column as the first token in the line containing its opening bracket.

Tab stops in leading whitespace are treated with the assumption of a four character tab width by default, or else as configured.