File: .gitattributes

package info (click to toggle)
guice 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,032 kB
  • sloc: xml: 83,536; java: 65,101; sh: 111; jsp: 12; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Auto detect text files and perform LF normalization
* text=auto

# Known text files
*.java text
*.xml text
*.yml text
*.md text
*.properties text
*.sh text

# Known binary files
*.jar binary
*.gif binary