Reactos

Remove the 'end_of_line' value. Addendum to 32db19f6 - PR #2528

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.

authored by

Hermès BÉLUSCA - MAÏTO and committed by
GitHub
deebc584 32db19f6

-1
-1
.editorconfig
··· 4 4 root = true 5 5 6 6 [*] 7 - end_of_line = crlf 8 7 insert_final_newline = true 9 8 charset = utf-8 10 9 indent_size = 4