mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 03:47:09 +01:00
5db08a5c81
* update .editorconfig * run ktlint -F on project
14 lines
377 B
INI
14 lines
377 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[*.{kt,kts}]
|
|
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
|
ktlint_function_naming_ignore_when_annotated_with = Composable
|
|
|
|
# Disable wildcard imports entirely
|
|
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
|