File: .gitattributes

package info (click to toggle)
node-normalize-path 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 252 kB
  • ctags: 17
  • sloc: makefile: 4; sh: 2
file content (14 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (44)
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