From 9341a4bb21260a0ceb2232418984eecbc2dab7e0 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Sun, 31 Mar 2024 11:25:00 +0900 Subject: [PATCH] Add root property and set ktlint_code_style with android_studio Change-Id: I62af44804812e55876cbec4e49898a22ebc376a6 --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7be3f8784..0970807f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,9 @@ # https://editorconfig.org/ # This configuration is used by ktlint when spotless invokes it +root = true [*.{kt,kts}] ij_kotlin_allow_trailing_comma=true ij_kotlin_allow_trailing_comma_on_call_site=true +ktlint_code_style = android_studio ktlint_function_naming_ignore_when_annotated_with=Composable, Test