aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/configs/missing_config_name.xml
blob: a405b169c5334e86d2b9386a14ad4669d02b3030 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE module PUBLIC
    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
    "http://checkstyle.sourceforge.net/dtds/configuration_1_1.dtd">

<module nam="Checker">
    <property name="tabWidth" value="4"/>
</module>