Create .editorconfig

This commit is contained in:
Logan Saso 2017-06-07 17:38:34 -07:00 committed by GitHub
parent 16ec46823e
commit e1c47da0aa

View file

@ -4,6 +4,6 @@ root = true
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = tab
indent_style = space
indent_size = 4
trim_trailing_whitespace = true