mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
9 lines
176 B
INI
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
|