Skip to content

Commit 679c3d3

Browse files
author
Quintin Willison
committed
Convert tabs to spaces in our Checkstyle configuration file.
1 parent 3c27562 commit 679c3d3

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE module PUBLIC
3-
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4-
"https://checkstyle.org/dtds/configuration_1_3.dtd">
3+
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4+
"https://checkstyle.org/dtds/configuration_1_3.dtd">
55

66
<module name="Checker">
7-
<property name="charset" value="UTF-8"/>
7+
<property name="charset" value="UTF-8"/>
88

9-
<module name="FileTabCharacter"/>
9+
<module name="FileTabCharacter"/>
1010

11-
<module name="TreeWalker">
12-
<module name="RedundantModifier"/>
13-
<module name="UnusedImports"/>
14-
<module name="AvoidStarImport"/>
15-
</module>
11+
<module name="TreeWalker">
12+
<module name="RedundantModifier"/>
13+
<module name="UnusedImports"/>
14+
<module name="AvoidStarImport"/>
15+
</module>
1616
</module>

0 commit comments

Comments
 (0)