From 35262c235f52fba75e92cb1194d4e5e272fe4324 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Sun, 24 Sep 2023 15:56:48 -0300 Subject: [PATCH] Specify file endings --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2d83761..c139350 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,11 @@ +# Auto detect text files and perform LF normalization +* text=auto .png filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.sh text eol=lf +*.bat text eol=crlf +desktopinit text eol=lf +klayout text eol=lf +setwallpaper text eol=lf +startserver text eol=lf +*.desktop text eol=lf \ No newline at end of file