1
0
Fork 0
mirror of https://github.com/mautrix/discord.git synced 2026-05-15 21:56:54 -04:00
mautrix-discord/.editorconfig
2026-03-26 21:55:18 -07:00

18 lines
246 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml,sql}]
indent_style = space
[*.html]
indent_size = 2
[.gitlab-ci.yml]
indent_size = 2