From 7da01579b4a7655d0eb8dced8389c55f7355b161 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sat, 1 Feb 2020 18:32:48 +0100 Subject: [PATCH] Renormalize --- .gitattributes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e0f3a07 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ +# Default +#* text=auto !eol +# +# Text files that should be normalized (CRLF => LF) +#*.c text +#*.h text +#*.md text +#*.txt text + +# Text files with fixed EOL=LF +#*.sh text eol=LF + +# Text files with fixed EOL=CRLF$ +#*.bat text eol=CRLF +#*.ahk text eol=crlf +#*.vcproj text eol=crlf + +# Binary files +#*.jpg -text +#*.exe -text +#*.reg -text -- 2.43.0