Fix .editorconfig line endings

This commit is contained in:
Stephan
2018-07-06 12:26:14 +02:00
parent a57658b274
commit 860def507b

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