File: .gitattributes

package info (click to toggle)
astc-encoder 4.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,636 kB
  • sloc: ansic: 40,986; cpp: 22,967; python: 3,338; sh: 118; makefile: 24
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