aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/configs/including.xml
blob: 7e5068457cecf5a8c23eaeba962f0ea2efb54db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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" [
  <!ENTITY includedConfig SYSTEM "included.xml">
]>

<module name="Checker">
    <property name="tabWidth" value="4" />
    &includedConfig;
</module>