From a2ad430b2f76f2e5962ddcd55dfb5665d1ac1121 Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:33:29 +0000 Subject: [PATCH] Fix end-of-line config (#109) --- .editorconfig | 1 - .gitattributes | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9ef5fed..e207c42 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root=true [*] charset=utf-8 -end_of_line=crlf trim_trailing_whitespace=true insert_final_newline=true indent_style=space diff --git a/.gitattributes b/.gitattributes index a37b813..d84cc79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -* eol=auto -*.sh text eol=lf -*.yaml text -*.nix text eol=lf -hooks/pre-push text eol=lf +* eol=auto +*.sh text eol=lf +*.yaml text +*.nix text eol=lf +hooks/pre-push text eol=lf