From 2a5fa4b1f3e6c8934017980a6ffa217322cbdc75 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 17 Feb 2023 16:38:39 +0200 Subject: [PATCH] .gitattributes: line normalisation, comments --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index c139e44..37e609f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ +# Line normalisation, GitHub language detection for everything +* text=auto linguist-detectable + +# Checkout bash files with lf line endings regardless of platform +*.bash text eol=lf + +# Git Large File Storage *.png filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text