summaryrefslogtreecommitdiff
path: root/backend/config/checkstyle/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config/checkstyle/checkstyle.xml')
-rw-r--r--backend/config/checkstyle/checkstyle.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/config/checkstyle/checkstyle.xml b/backend/config/checkstyle/checkstyle.xml
index 5722bd78..5c511415 100644
--- a/backend/config/checkstyle/checkstyle.xml
+++ b/backend/config/checkstyle/checkstyle.xml
@@ -17,7 +17,6 @@
<property name="basicOffset" value="4"/>
<property name="braceAdjustment" value="0"/>
<property name="arrayInitIndent" value="8"/>
- <property name="lineWrappingIndentation" value="8"/>
</module>
<module name="LineLength">
<property name="max" value="121"/>
@@ -110,4 +109,4 @@
<property name="ignoreMethodNamesRegex" value=".*Property"/>
</module>
</module>
-</module> \ No newline at end of file
+</module>
bgstack15