]> git.zndr.dk Git - dotfiles.git/commitdiff
Renormalize
authorJannik ZANDER <jannikz@gmail.com>
Sat, 1 Feb 2020 17:32:48 +0000 (18:32 +0100)
committerJannik ZANDER <jannikz@gmail.com>
Sat, 1 Feb 2020 17:34:58 +0000 (18:34 +0100)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..e0f3a07
--- /dev/null
@@ -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