.editorconfig
author ymh <ymh.work@gmail.com>
Mon, 14 May 2018 14:45:22 +0200
changeset 532 a301e0bc677b
parent 309 c5b524696fb3
permissions -rw-r--r--
refresh dependencies version, and make it work for Django 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

[*.html]
indent_style = space
indent_size = 2