# Default
-* text=auto
+* 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
pager = less
quotepath = false
commitGraph = true
+ autocrlf = false
[help]
autocorrect = 10
[branch]
[mergetool "vimdiff"]
prompt = false
[difftool "bc"]
- path = c:/Program Files/Beyond Compare 4/bcomp.exe
+ path = C:/Program Files/Beyond Compare 4/bcomp.exe
trustExitCode = false
[mergetool "bc"]
- path = c:/Program Files/Beyond Compare 4/bcomp.exe
+ path = C:/Program Files/Beyond Compare 4/bcomp.exe
trustExitCode = false
[init]
templatedir = ~/.config/git/templates