Codebase list findbugs / ae8b2526-32e9-4b37-8f72-25923ca1a232/main etc / checkstyle.xml
ae8b2526-32e9-4b37-8f72-25923ca1a232/main

Tree @ae8b2526-32e9-4b37-8f72-25923ca1a232/main (Download .tar.gz)

checkstyle.xml @ae8b2526-32e9-4b37-8f72-25923ca1a232/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>