Change editorconfig to not force crlf

This commit is contained in:
Alexandre Mutel
2018-07-10 10:30:35 +02:00
parent 030d676497
commit 582a76f8f0

View File

@@ -6,7 +6,6 @@ root = true
# All Files
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 4
insert_final_newline = false