.editorconfig
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 22:21:46 +0200
changeset 585 528cb8d7af55
parent 309 c5b524696fb3
permissions -rw-r--r--
Added tag 0.1.8 for changeset b5f3daa86400

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