thunderbird-android/.editorconfig

16 lines
275 B
INI
Raw Normal View History

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