From 6f811fbeea3ca0c8e3158e2eb3896f06934fd2e3 Mon Sep 17 00:00:00 2001 From: Antoine Jaury Date: Tue, 9 Jun 2026 16:09:09 +0200 Subject: [PATCH] config: update .editorconfig to disable specific ktlint rules --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 931bfa6..1e63f40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,4 @@ [*.{kt,kts}] +ktlint_standard_annotation = disabled +ktlint_standard_multiline-expression-wrapping = disabled ktlint_function_naming_ignore_when_annotated_with=Composable \ No newline at end of file