File: .gitattributes

package info (click to toggle)
node-arr-diff 4.0.0%2B~4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: javascript: 6,107; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (49)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Enforce Unix newlines
*.*     text eol=lf
*.css   text eol=lf
*.html  text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.less  text eol=lf
*.md    text eol=lf
*.yml   text eol=lf

*.jpg binary
*.gif binary
*.png binary
*.jpeg binary