From 1df842ac4a919d1ca3d33fd7cfc4f6c1216fe95e Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 25 Feb 2021 13:49:35 +0200 Subject: [PATCH] gitattributes --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b4baed9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +*.py text eol=lf +*.sh text eol=lf + +# Declare files that will always have CRLF line endings on checkout. +# *.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +# *.png binary +# *.jpg binary \ No newline at end of file