File: .gitattributes

package info (click to toggle)
ffms2 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,000 kB
  • sloc: cpp: 6,513; ansic: 385; makefile: 164; perl: 85; sh: 22
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Auto detect text files and perform LF normalization
* text=auto

# But don't mess up Unix scripts in the process
*.sh    eol=lf
*.in    eol=lf
*.am    eol=lf
*.ac    eol=lf
*.m4    eol=lf
# Scripts that don't have extensions...
/install-sh     eol=lf
/compile        eol=lf
/configure      eol=lf
/config.guess   eol=lf
/config.sub     eol=lf
/depcomp        eol=lf
/install-sh     eol=lf
/missing        eol=lf