From 1a5d89c133c466b74d64bad25fd695a4e4aabd6b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 25 Jul 2022 16:53:45 +0200 Subject: [PATCH] git: Store all files with LF line endings --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0a63e83..4c0e301 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -*.pat linguist-language=Rust -*.hexpat linguist-language=Rust +*.pat linguist-language=Rust +*.hexpat linguist-language=Rust +* text eol=lf