File: .gitattributes

package info (click to toggle)
opam 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,500 kB
  • sloc: ml: 61,414; sh: 2,963; ansic: 1,147; makefile: 479; sed: 6; csh: 1
file content (22 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
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