Reverts composable naming conventions on spotless

This commit is contained in:
Vitor Pamplona
2025-10-21 08:34:29 -04:00
parent 1ce352e69f
commit c1295ed97f

View File

@@ -8,6 +8,7 @@ trim_trailing_whitespace = true
max_line_length = 5000
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_function_naming_ignore_when_annotated_with=Composable, Test
[*.gradle]
indent_size = 4