mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(spotless): configure spotless via editorconfig (#2513)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
74beda36e1
commit
d369a63faf
3 changed files with 41 additions and 30 deletions
15
config/spotless/.editorconfig
Normal file
15
config/spotless/.editorconfig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[*.{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
|
||||
Loading…
Add table
Add a link
Reference in a new issue