.editorconfig
author ymh <ymh.work@gmail.com>
Thu, 15 Jun 2017 15:27:36 +0200
changeset 40 7f940dbb60a6
parent 33 238818343253
child 44 3b20e2b584fe
permissions -rw-r--r--
Use yields instead of promises

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