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

14 lines
186 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}]
2022-09-05 02:57:01 +02:00
ij_kotlin_imports_layout = *,^*
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