From e1452c7d03d527046a540e9b0855831a393a6899 Mon Sep 17 00:00:00 2001 From: ericdecanini Date: Tue, 12 Apr 2022 11:12:14 +0200 Subject: [PATCH] disables indent ktlint rule --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 352b82c457..32bb1f4332 100644 --- a/build.gradle +++ b/build.gradle @@ -105,6 +105,7 @@ allprojects { // display the corresponding rule verbose = true disabledRules = [ + "indent", "spacing-between-declarations-with-comments", "no-multi-spaces", "experimental:spacing-between-declarations-with-annotations",