.editorconfig
author duong tam kien <tk@deveha.com>
Wed, 01 Mar 2017 17:18:53 +0100
changeset 410 a6db5e626850
parent 309 c5b524696fb3
permissions -rw-r--r--
sizes up panels and get closer to the mockup

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