.editorconfig
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 18:36:38 +0200
changeset 581 aa42b24a3168
parent 309 c5b524696fb3
permissions -rw-r--r--
Added tag 0.1.8 for changeset ae6aea2321f8

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