From deebc5848e4e1cff9cbf3706c5ea370076eeb160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=89LUSCA=20-=20MA=C3=8FTO?= Date: Sat, 11 Apr 2020 17:56:23 +0200 Subject: [PATCH] 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