Files
mirrors-mautrix-telegram/.editorconfig

21 lines
371 B
INI
Raw Normal View History

2017-11-12 19:18:10 +02:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2017-11-13 01:19:12 +02:00
2022-01-09 00:06:35 +02:00
[*.md]
trim_trailing_whitespace = false
indent_size = 2
indent_style = space
2022-01-09 00:06:35 +02:00
[*.{yaml,yml,sql}]
2017-11-13 01:19:12 +02:00
indent_style = space
2020-04-04 21:37:58 +03:00
[{.gitlab-ci.yml,.pre-commit-config.yaml,provisioning-spec.yaml,.github/workflows/*.yml}]
2020-04-04 21:37:58 +03:00
indent_size = 2