Browse Source

.editorconfig: do not specify line ending

That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway.
tags/v1.0.2
Andrey Nering 9 years ago
parent
commit
a285c07d5e
  1. 1
      .editorconfig

1
.editorconfig

@ -4,7 +4,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

Loading…
Cancel
Save