File: .gitattributes

package info (click to toggle)
charactermanaj 0.998%2Bgit20190331.e45260e3-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,824 kB
  • sloc: java: 42,547; xml: 13,925; ansic: 2,294; sh: 195; objc: 145; makefile: 34
file content (22 lines) | stat: -rw-r--r-- 361 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
*           text=auto

*.java       text
*.properties text

*.xml       text eol=lf
*.xsd       text eol=lf
*.html      text eol=lf
*.svg       text eol=lf

*.sh        text eol=lf

*.ini       text eol=crlf
*.txt       text eol=crlf

*.jpg       -text
*.png       -text
*.ico       -text
*.icns      -text
*.xcf       -text
*.psd       -text
*.pxm       -text