Codebase list findbugs / 9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main etc / checkstyle.xml
9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main

Tree @9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main (Download .tar.gz)

checkstyle.xml @9e04488b-3d21-4a08-a5d7-e262c5b28cbf/mainraw · history · blame

1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
    <module name="FileTabCharacter">
        <property name="fileExtensions" value="java"/>
    </module>
</module>