mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(build): update Spotless config (#2516)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
35f5779483
commit
c61d31c3b8
2 changed files with 14 additions and 38 deletions
|
|
@ -1,15 +1,9 @@
|
|||
[*.{kt,kts}]
|
||||
ktlint_code_style = ktlint_official
|
||||
ktlint_standard = enabled
|
||||
ktlint_experimental = enabled
|
||||
ktlint_custom_rule-set = enabled
|
||||
ktlint_function_naming_ignore_when_annotated_with = Composable
|
||||
|
||||
root = true
|
||||
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
||||
ij_kotlin_name_count_to_use_star_import = 2147483647
|
||||
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
|
||||
ij_kotlin_packages_to_use_import_on_demand = unset
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
insert_final_newline = true
|
||||
max_line_length=120
|
||||
|
||||
[*.{kt,kts}]
|
||||
ktlint_code_style = intellij_idea
|
||||
ktlint_function_naming_ignore_when_annotated_with = Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue