From ca09c704cf2de1d58105f980a9ad568382eb8cfc Mon Sep 17 00:00:00 2001 From: staphen Date: Sat, 1 May 2021 14:58:02 -0400 Subject: [PATCH] Use crlf for .txt files in editorconfig. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8239e4ce0..78fb6aa33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,7 +34,7 @@ indent_size = 2 end_of_line = lf [*.txt] -end_of_line = lf +end_of_line = crlf [AppRun] end_of_line = lf