.editorconfig
author duong tam kien <tk@deveha.com>
Thu, 15 Jun 2017 16:51:24 +0200
changeset 41 aec51a27ca54
parent 33 238818343253
child 44 3b20e2b584fe
permissions -rw-r--r--
bootstrap of list of sessions

root = true

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

[*.js,*.css]
indent_style = space
indent_size = 2