.editorconfig
author duong tam kien <tk@deveha.com>
Thu, 08 Jun 2017 14:46:34 +0200
changeset 23 4c3ae065f22c
parent 9 bb8daf87c1de
child 33 238818343253
permissions -rw-r--r--
notes layout

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