From 9b2e05396b5170ead50e669cb5f2998c034007f0 Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Wed, 3 Jun 2020 21:19:27 -0400 Subject: [PATCH] Use the Unix file ending --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 88423f26..4a7ea303 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = space indent_size = 2 -end_of_line = crlf +end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true