.editorconfig
author duong tam kien <tk@deveha.com>
Wed, 19 Jul 2017 17:03:40 +0200
changeset 123 6542f93cdc0d
parent 44 3b20e2b584fe
permissions -rw-r--r--
new group creation

root = true

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

[*.js]
indent_style = space
indent_size = 2