From fdf1e942688ba5d8a5525347d040446f8542a7b6 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Wed, 5 Apr 2017 01:46:38 +0200 Subject: Remove line wrapping indentation checkstyle constraint This constraint is a bit too strict because it prevents nice alignment of wrapped chained method calls or wrapped annotation parameters. --- backend/config/checkstyle/checkstyle.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backend/config/checkstyle/checkstyle.xml') 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 @@ - @@ -110,4 +109,4 @@ - \ No newline at end of file + -- cgit