Droid-ify-client/.editorconfig

17 lines
344 B
INI
Raw Permalink Normal View History

2023-10-21 16:43:54 +05:30
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{kt,kts}]
indent_size = 4
2025-01-27 10:37:19 +05:30
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
2023-10-21 16:43:54 +05:30
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