Remove duplicate .editorconfig. (#257)

* Remove duplicate .editorconfig
* Update .editorconfig to remove forcing crlf as discussed in #225.
This commit is contained in:
Johan Laanstra 2019-03-11 17:04:17 -07:00 committed by Matt Cooley
commit 67fa2286eb
2 changed files with 0 additions and 11 deletions

View file

@ -5,7 +5,6 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true