File: .gitattributes

package info (click to toggle)
libphp-adodb 5.20.19-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,468 kB
  • sloc: php: 37,596; python: 601; xml: 117; sql: 32; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Default behavior
* text=auto

# Text files to be normalized to lf line endings
*.php	text
*.htm*	text
*.sql	text
*.txt	text
*.xml	text
*.xsl	text

# Windows-only files
*.bat	eol=crlf

# Binary files
*.gif	binary