Browse Source

Changed newline to "crlf" to match the project.

pull/4/head
Dennis Duda 8 years ago
parent
commit
779bb695e4
  1. 2
      .editorconfig

2
.editorconfig

@ -2,7 +2,7 @@ root = true
[*]
indent_style = tab
end_of_line = lf
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Loading…
Cancel
Save