File: .gitattributes

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (34 lines) | stat: -rw-r--r-- 940 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
23
24
25
26
27
28
29
30
31
32
33
34
#
#  Defines Git attributes per file path / file pattern
#



# Define some file types explicitly as being text.
# This makes sure that we can never inadvertently get
# a file of this type into the repo with a line ending
# other than the Unix-style line ending. 
# This will also override the user's own global git settings
# for these file types.

*.css             text eol=lf
*.dtd             text eol=lf
*.form            text eol=lf
*.htm             text eol=lf
*.html            text eol=lf
*.java            text eol=lf
*.js              text eol=lf
*.md              text eol=lf
*.properties      text eol=lf
*.scss            text eol=lf
*.svg             text eol=lf
*.txt             text eol=lf
*.xml             text eol=lf
*.xsd             text eol=lf

.gitattributes    text eol=lf
.gitignore        text eol=lf
.travis.yml       text eol=lf

# Define some file types explicitly as being binary.
*.jar             binary