Fix LF handling in .editorconfig

This commit is contained in:
Boris Zentner 2017-10-31 22:09:48 +01:00 committed by Robin Stuart
parent a91e4fab79
commit 996d84afe7

View file

@ -1,6 +1,6 @@
root=true
[*]
end_of_line = crlf
end_of_line = lf
indent_style = space
indent_size = 4