1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Default behaviour, for if core.autocrlf isn't set
* text=auto
# Shell scripts, autoconf, etc. must have LF endings, even on Windows
*.sh text eol=lf
configure text eol=lf -diff linguist-generated
configure.ac text eol=lf
msvs-detect text eol=lf
check_linker text eol=lf
*.m4 text eol=lf
changelog_checker text eol=lf
*.cmd text eol=crlf
shell/autogen text eol=lf
# Don't normalise patch files
*.patch -text
# Actual binary files
*.pdf binary
# Avoid conflicts in master_changes.md
master_changes.md merge=union
|