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