diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/config/checkstyle/checkstyle.xml | 3 |
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> |