aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/configs/including.xml
blob: 40604d5a6718552311e91da69e756eca61276258 (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://www.puppycrawl.com/dtds/configuration_1_1.dtd" [
  <!ENTITY includedConfig SYSTEM "included.xml">
]>

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