.editorconfig
author ymh <ymh.work@gmail.com>
Thu, 06 Dec 2018 01:35:11 +0100
changeset 197 7ee10198f2e1
parent 44 3b20e2b584fe
permissions -rw-r--r--
Upgrade version to 0.2.0

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