]> git.zndr.dk Git - dotfiles.git/commitdiff
Add .gitattributes
authorJannik ZANDER <jannikz@gmail.com>
Sat, 1 Feb 2020 17:42:18 +0000 (18:42 +0100)
committerJannik ZANDER <jannikz@gmail.com>
Sat, 1 Feb 2020 17:42:18 +0000 (18:42 +0100)
.config/git/attributes
.gitattributes

index e0f3a074a2382b62c0a18b461de9faf489f348ac..181613343a5ebebf9dda6d15eb8b9ed0f815698c 100644 (file)
@@ -1,21 +1,21 @@
 # Default
-#*           text=auto !eol
-#
+*           text=auto !eol
+
 # Text files that should be normalized (CRLF => LF)
-#*.c         text
-#*.h         text
-#*.md        text
-#*.txt       text
+*.c         text
+*.h         text
+*.md        text
+*.txt       text
 
 # Text files with fixed EOL=LF
-#*.sh        text eol=LF
+*.sh        text eol=LF
 
 # Text files with fixed EOL=CRLF$
-#*.bat       text eol=CRLF
-#*.ahk       text eol=crlf
-#*.vcproj    text eol=crlf
+*.bat       text eol=CRLF
+*.ahk       text eol=crlf
+*.vcproj    text eol=crlf
 
 # Binary files
-#*.jpg       -text
-#*.exe       -text 
-#*.reg       -text 
+*.jpg       -text
+*.exe       -text 
+*.reg       -text 
index e0f3a074a2382b62c0a18b461de9faf489f348ac..181613343a5ebebf9dda6d15eb8b9ed0f815698c 100644 (file)
@@ -1,21 +1,21 @@
 # Default
-#*           text=auto !eol
-#
+*           text=auto !eol
+
 # Text files that should be normalized (CRLF => LF)
-#*.c         text
-#*.h         text
-#*.md        text
-#*.txt       text
+*.c         text
+*.h         text
+*.md        text
+*.txt       text
 
 # Text files with fixed EOL=LF
-#*.sh        text eol=LF
+*.sh        text eol=LF
 
 # Text files with fixed EOL=CRLF$
-#*.bat       text eol=CRLF
-#*.ahk       text eol=crlf
-#*.vcproj    text eol=crlf
+*.bat       text eol=CRLF
+*.ahk       text eol=crlf
+*.vcproj    text eol=crlf
 
 # Binary files
-#*.jpg       -text
-#*.exe       -text 
-#*.reg       -text 
+*.jpg       -text
+*.exe       -text 
+*.reg       -text