https://git.reactos.org/?p=reactos.git;a=commitdiff;h=deebc5848e4e1cff9cbf3706c5ea370076eeb160

commit deebc5848e4e1cff9cbf3706c5ea370076eeb160
Author:     Hermès BÉLUSCA - MAÏTO <[email protected]>
AuthorDate: Sat Apr 11 17:56:23 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Sat Apr 11 17:56:23 2020 +0200

    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.
---
 .editorconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index b2a5a96a6f9..5808c0a329e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,6 @@
 root = true
 
 [*]
-end_of_line = crlf
 insert_final_newline = true
 charset = utf-8
 indent_size = 4

Reply via email to