From d6ef242c482830e7cfe024c07f40a517497ef477 Mon Sep 17 00:00:00 2001 From: Alex Plate Date: Sun, 18 Oct 2020 16:58:33 +0300 Subject: [PATCH] Update detekt config to be in line with IJ settings --- detekt-config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/detekt-config.yml b/detekt-config.yml index 791c1fa..f9b8d75 100644 --- a/detekt-config.yml +++ b/detekt-config.yml @@ -3,4 +3,6 @@ formatting: Indentation: - active: true + continuationIndentSize: 8 + ParameterListWrapping: + indentSize: 8