mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
c61d31c3b8
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
10 lines
176 B
INI
10 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
|