mautrix-signal/.editorconfig

19 lines
287 B
INI
Raw Permalink Normal View History

2020-09-28 02:03:47 +03:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2020-09-29 14:57:11 +03:00
[*.md]
trim_trailing_whitespace = false
[*.{yaml,yml,sql}]
2020-09-28 02:03:47 +03:00
indent_style = space
2023-12-17 15:14:31 +02:00
2023-12-17 23:48:07 +02:00
[{.gitlab-ci.yml,.github/workflows/*.yml}]
2020-09-28 02:03:47 +03:00
indent_size = 2