File: .gitattributes

package info (click to toggle)
ghostscript 10.06.0~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,296 kB
  • sloc: ansic: 944,438; python: 7,917; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 538; awk: 66; yacc: 18
file content (26 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Macros:
[attr]tabs              whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
[attr]spaces            whitespace=trailing-space,space-before-tab,tabs-in-indent
[attr]makefile          whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8
[attr]rst               -whitespace
[attr]svg               -whitespace

*		text=auto
Make*		makefile
*.mak		makefile
*.inf 		eol=crlf
*.cat 		binary

# Documentation files:
*.txt		spaces
*.htm		spaces
*.css		spaces
*.pdf		binary
*.rst       rst
*.svg       svg

# Source files
*.c		spaces
*.h		spaces

*.md	text