From fe95d710126cda2458f9e99fd62a4cbcabb09d07 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Fri, 28 Jun 2024 23:51:12 +0200 Subject: [PATCH] chore(editorconfig): make line-eding consistant --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 06c2401b..3c3f6dfc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -end_of_line = lf +end_of_line = crlf # editorconfig-tools is unable to ignore longs strings or urls max_line_length = null