Add editor config

This commit is contained in:
Labrys of Knossos 2018-12-28 12:16:08 -05:00
parent c290064d34
commit e49589efeb

13
.editorconfig Normal file

@ -0,0 +1,13 @@
# see http://editorconfig.org
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
[*.{bat,cmd,ps1}]
end_of_line = crlf