From cd4e83eae419104e9a424a43a5f03bd6d0211629 Mon Sep 17 00:00:00 2001 From: dodmi <4572946+dodmi@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:35:33 +0100 Subject: [PATCH] added .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6794f046 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# https://www.git-scm.com/docs/gitattributes#_checking_out_and_checking_in +# Normalize line endings (use LF) of text files during checkin, +# and prevent conversion to CRLF when the files are checked out +* text=auto eol=lf + +# Disable end-of-line normalization for the following files +data/favicon/** -text +thirdparty/** -text