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

26 lines
478 B
INI
Raw Permalink Normal View History

2022-12-07 03:44:48 +01:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
ij_continuation_indent_size = 4
tab_width = 4
2022-12-07 03:44:48 +01:00
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 120
2022-12-07 03:44:48 +01:00
[*.{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
2024-01-16 16:45:49 +01:00
[*.{yml,yaml,json,toml}]
2022-12-07 03:44:48 +01:00
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2
[*.md]
trim_trailing_whitespace = false