Files
torlando-tech 0ce4fba7a3 initial commit
2025-11-30 19:59:14 -05:00

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