cchat/.editorconfig

11 lines
123 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
[.gitlab-ci.yml]
indent_style = space
indent_size = 2