summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-08-30 10:29:01 -0700
committerJoseph Herlant <herlantj@gmail.com>2018-08-30 10:29:01 -0700
commit0b02a73083e088c896be14da6983e259bb8edd29 (patch)
tree001205507b1144e5bbd2f559501760665553937f
parent7a0aecf61098f13acac57b17f985c2722e0514d6 (diff)
downloadnavit-0b02a73083e088c896be14da6983e259bb8edd29.tar.gz
fix:checkstyle:The array indentation should be 4 like the rest
-rw-r--r--checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index cff784874..00dfe5b3f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -183,7 +183,7 @@
<property name="caseIndent" value="4"/>
<property name="throwsIndent" value="4"/>
<property name="lineWrappingIndentation" value="8"/>
- <property name="arrayInitIndent" value="2"/>
+ <property name="arrayInitIndent" value="4"/>
</module>
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>