Fix .editorconfig line endings

This commit is contained in:
Stephan
2018-07-05 17:30:52 +02:00
parent 75d685ef43
commit e9a31437e1

View File

@@ -8,7 +8,7 @@ root = true
# Use 4 spaces as indentation
[*]
insert_final_newline = true
end_of_line = lf
end_of_line = crlf
indent_style = space
indent_size = 4