Create .editorconfig

This commit is contained in:
Logan Saso 2017-06-07 17:32:20 -07:00 committed by GitHub
parent 6ae627559c
commit 174b42e0df

View file

@ -6,3 +6,4 @@ end_of_line = crlf
insert_final_newline = false
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true