LeOS-Droid/.editorconfig

16 lines
294 B
INI
Raw Permalink Normal View History

2023-12-17 11:48:30 +01:00
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{kt,kts}]
ktlint_code_style = android_studio
indent_size = 4
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
[*.{yml,yaml}]
indent_size = 2