From e421dd2f14d8e3af635eca55208e619b987a99dc Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 10 Jan 2024 18:59:20 +0100 Subject: [PATCH] Ktlint: disable rule standard:blank-line-before-declaration. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 0c33b90099..ac30459c21 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,6 +25,7 @@ ktlint_standard_function-signature = disabled ktlint_standard_annotation = disabled ktlint_standard_parameter-list-wrapping = disabled ktlint_standard_indent = disabled +ktlint_standard_blank-line-before-declaration = disabled ktlint_function_naming_ignore_when_annotated_with=Composable [*.java]