From 638daf83cfacc5b7d475673ffc0788013166af9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 8 Oct 2015 22:29:32 +0200 Subject: [PATCH] checkstyle: Add OneStatementPerLine Also OneTopLevelClass, but we're not there yet --- config/checkstyle/checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index e2bf47d7a..0b79c90aa 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -40,6 +40,9 @@ + + +