postmoogle/vendor/maunium.net/go/mautrix/.editorconfig
2024-08-20 22:56:56 +03:00

15 lines
219 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}]
indent_style = space
[provisioning.yaml]
indent_size = 2