aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-23 18:41:49 +0000
committerKenny Root <kenny@the-b.org>2015-03-23 18:41:49 +0000
commit850b7a14851c94d69948cd3a5f2fdfaaeb5ba7af (patch)
treed96aeab8a3f1835cd7c8902baefd145676819141 /config
parent89efc98667625fb76e5f6c94d2ff789c539bcb43 (diff)
downloadconnectbot-850b7a14851c94d69948cd3a5f2fdfaaeb5ba7af.tar.gz
connectbot-850b7a14851c94d69948cd3a5f2fdfaaeb5ba7af.tar.bz2
connectbot-850b7a14851c94d69948cd3a5f2fdfaaeb5ba7af.zip
checkstyle: reformat config file
Diffstat (limited to 'config')
-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>