Meshtastic-Android/config/spotless/.editorconfig
James Rich c61d31c3b8
refactor(build): update Spotless config (#2516)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-23 19:45:46 +00:00

9 lines
176 B
INI

root = true
[*]
insert_final_newline = true
max_line_length=120
[*.{kt,kts}]
ktlint_code_style = intellij_idea
ktlint_function_naming_ignore_when_annotated_with = Composable