reduces some of the huge lines we have.

This commit is contained in:
Vitor Pamplona
2024-01-06 11:59:35 -05:00
parent f8e7dd78d9
commit d269e9e597
6 changed files with 158 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ charset = utf-8
trim_trailing_whitespace = true
[*.{kt,kts}]
max_line_length = 9000
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