.editorconfig
author ymh <ymh.work@gmail.com>
Wed, 14 Jun 2017 18:08:03 +0200
changeset 36 36210c4f019f
parent 33 238818343253
child 44 3b20e2b584fe
permissions -rw-r--r--
reorganize urls and add user management api urls

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