File: .gitattributes

package info (click to toggle)
logstash-logback-encoder 7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,300 kB
  • sloc: java: 17,508; xml: 835; sh: 219; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 438 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
# Note: the LAST match wins!  (Not the first match, which be would be intuitive)

# Allow git to intelligently detect the type of file, and to do whatever it thinks best
# To override this for specific files, make sure you add those rules AFTER this line.
* text=auto

*.gitattributes text
*.gitignore text
*.java text
*.md text
*.properties text
*.txt text
*.xml text
*.yml text

*.jar binary

*.sh eol=lf
mvnw eol=lf
mvnw.cmd eol=crlf