mirror of
https://github.com/torlando-tech/columba.git
synced 2025-12-22 05:37:07 +00:00
26 lines
395 B
INI
26 lines
395 B
INI
# EditorConfig for Columba LXMF Messenger
|
|
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{kt,kts}]
|
|
max_line_length = 160
|
|
ktlint_standard_comment-wrapping = disabled
|
|
|
|
[*.xml]
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|