0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/.editorconfig

16 lines
274 B
INI
Raw Normal View History

2022-12-07 03:44:48 +01:00
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
[*.{kt,kts}]
ij_kotlin_imports_layout = *,^
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
2022-12-07 03:44:48 +01:00
2023-02-16 10:08:34 +01:00
[*.{yml,yaml,json,toml}]
2022-12-07 03:44:48 +01:00
indent_size = 2