.editorconfig
author duong tam kien <tk@deveha.com>
Tue, 28 Feb 2017 17:19:04 +0100
changeset 404 38dfe91ee69a
parent 309 c5b524696fb3
permissions -rw-r--r--
switches cursor to `crosshair` in free form mode

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.html]
indent_style = space
indent_size = 2