From: Jannik ZANDER Date: Sat, 1 Feb 2020 17:32:48 +0000 (+0100) Subject: Renormalize X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=7da01579b4a7655d0eb8dced8389c55f7355b161;p=dotfiles.git Renormalize --- 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