File: .gitattributes

package info (click to toggle)
rust-doxx 0.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,532 kB
  • sloc: sh: 78; ruby: 15; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto detect text files and perform LF normalization
* text=auto

# Ensure Rust files always use LF
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

# Binary files
*.docx binary
*.png binary
*.jpg binary
*.jpeg binary