File: .gitattributes

package info (click to toggle)
plexus-xml 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,360 kB
  • sloc: java: 9,156; xml: 1,788; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Auto detect text files and perform LF normalization
*        text=auto

*.java   text diff=java
*.html   text diff=html
*.css    text
*.js     text
*.sql    text

# some files require the correct eol for proper testing
*-DOS.xml  text eol=crlf
*-UNIX.xml text eol=lf