Add checkstyle check for tabs

This commit is contained in:
filoghost 2020-08-23 15:01:57 +02:00
parent 4a4097e447
commit 5877ec3a22

View File

@ -16,4 +16,9 @@
<property name="fileExtensions" value="java"/>
<property name="headerFile" value="checkstyle/header.txt"/>
</module>
<!-- Check that files dont contain tabs -->
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>
</module>