ktlint: Format all compose code

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-12-30 15:33:40 +08:00
parent 5d1f604460
commit a084a57619
45 changed files with 195 additions and 159 deletions

View File

@@ -7,4 +7,5 @@ root = true
[*.{kt,kts}]
ktlint_code_style = android_studio
ktlint_function_naming_ignore_when_annotated_with=Composable
ktlint_function_naming_ignore_when_annotated_with = Composable
ktlint_standard_class-signature = disabled