File: .gitattributes

package info (click to toggle)
cglib 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,524 kB
  • sloc: java: 15,188; xml: 624; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# Auto detect text files and perform LF normalization
* text=auto

# Java
*.java text eol=lf
*.jsp text eol=lf

# Text
*.xml text eol=lf
*.txt text eol=lf