.editorconfig
author ymh <ymh.work@gmail.com>
Sat, 01 Dec 2018 02:38:21 +0100
changeset 189 3470535a6caa
parent 44 3b20e2b584fe
permissions -rw-r--r--
Added tag 0.1.1 for changeset 00cf90eb0f5a

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