File: .gitattributes

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (28 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
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
27
28
* text=auto

# Specify lf for all source files
*.py text eol=lf
*.cpp text eol=lf
*.c text eol=lf
*.h text eol=lf
*.java text eol=lf
*.rst text eol=lf
*.sh text eol=lf
*.cfg text eol=lf
*.yml text eol=lf
*.xsl text eol=lf
*.css text eol=lf
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf
*.properties text eol=crlf
README text eol=lf
LICENSE text eol=lf
Makefile text eol=lf
Manifest.in text eol=lf

*.xml text eol=lf
*.md text
*.txt text
.gitignore text eol=lf
.gitattributes text eol=lf