From 3bb11a7a54b6c36cd8807d3055bdd49f6a3a49da Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 30 Dec 2025 11:30:55 +0800 Subject: [PATCH] ktlint: Respect composable function naming scheme of studio Signed-off-by: Aayush Gupta --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 8db2d051a..8eaa53b43 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,4 @@ root = true [*.{kt,kts}] ktlint_code_style = android_studio +ktlint_function_naming_ignore_when_annotated_with=Composable