Skip to content

Commit

Permalink
Add rule enforcing use of spaces, not tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintin Willison committed Oct 1, 2020
1 parent b04cf94 commit aec446d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<module name="Checker">
<property name="charset" value="UTF-8"/>

<module name="FileTabCharacter"/>

<module name="TreeWalker">
<module name="RedundantModifier"/>
</module>
Expand Down

0 comments on commit aec446d

Please sign in to comment.