File: .gitattributes

package info (click to toggle)
astc-encoder 2.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,948 kB
  • sloc: cpp: 20,204; python: 2,598; makefile: 156; sh: 15
file content (21 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Text type files use auto line endings
* text=auto

# Explicitly declare text file types for this repo
*.c text
*.cpp text
*.h text
*.md text
Jenkinsfile text

# VS solutions always use Windows line endings
*.sln text eol=crlf
*.vcxproj text eol=crlf

# Bash scripts always use *nux line endings
*.sh text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.hdr binary
*.exe binary