Skip to content

Commit aec446d

Browse files
author
Quintin Willison
committed
Add rule enforcing use of spaces, not tabs.
1 parent b04cf94 commit aec446d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<module name="Checker">
77
<property name="charset" value="UTF-8"/>
88

9+
<module name="FileTabCharacter"/>
10+
911
<module name="TreeWalker">
1012
<module name="RedundantModifier"/>
1113
</module>

0 commit comments

Comments
 (0)