From 2e958c5b690d64cd06f8f587f002f69df62104b4 Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Sat, 27 Jan 2024 12:22:51 +0100 Subject: [PATCH] chore: fix line endings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4409d79..a73b164 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*] charset=utf-8 -end_of_line=crlf +end_of_line=lf insert_final_newline=false indent_style=space indent_size=2