news/.editorconfig

14 строки
168 B
INI

root = true
[*]
trim_trailing_whitespace = true
[*.{js,php,html}]
indent_style = space
indent_size = 4
charset = utf-8
[Makefile]
indent_style = tab
indent_size = 4