blog/.editorconfig

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

2016-11-08 15:43:15 +03:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 8
2016-11-08 15:43:15 +03:00
[*.{tmpl,html}]
2016-11-08 15:43:15 +03:00
indent_style = tab
indent_size = 4
2016-11-08 15:43:15 +03:00
[*.{less,yml}]
indent_style = space
indent_size = 4
2016-11-08 15:43:15 +03:00
[*.js]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab