news/.editorconfig

14 строки
168 B
INI
Исходник Обычный вид История

2016-04-08 19:26:07 +03:00
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