cchat/.editorconfig

11 lines
123 B
INI
Raw Normal View History

2020-05-20 03:46:05 +00:00
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
[.gitlab-ci.yml]
indent_style = space
indent_size = 2