Skip to content

Commit

Permalink
Remove the 'end_of_line' value. Addendum to 32db19f - PR reactos#2528
Browse files Browse the repository at this point in the history
According to https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#end_of_line
there is not yet any value to translate "use the native end-of-line" from the VCS.
So for the time being, let's follow the advice mentioned in the article:
> if you want to use native line endings between different operating systems it is better not to set this option and leave that task to the VCS.
  • Loading branch information
HBelusca authored Apr 11, 2020
1 parent 32db19f commit deebc58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
root = true

[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_size = 4
Expand Down

0 comments on commit deebc58

Please sign in to comment.