aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/quality/checkstyle/checkstyle.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/config/quality/checkstyle/checkstyle.xml b/config/quality/checkstyle/checkstyle.xml
index aa27675..586b2a9 100644
--- a/config/quality/checkstyle/checkstyle.xml
+++ b/config/quality/checkstyle/checkstyle.xml
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
- "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
+ "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
+ "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
- <module name="TreeWalker">
- <property name="fileExtensions" value="java"/>
- <module name="RegexpSinglelineJava">
- <property name="format" value="^\t* +\t*\S"/>
- <property name="message" value="Line has leading space characters; indentation should be performed with tabs only."/>
- <property name="ignoreComments" value="true"/>
- </module>
- </module>
+ <module name="TreeWalker">
+ <property name="fileExtensions" value="java"/>
+ <module name="RegexpSinglelineJava">
+ <property name="format" value="^\t* +\t*\S"/>
+ <property name="message"
+ value="Line has leading space characters; indentation should be performed with tabs only."/>
+ <property name="ignoreComments" value="true"/>
+ </module>
+ </module>
</module>