File: .gitattributes

package info (click to toggle)
cc1541 4.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: ansic: 5,969; makefile: 78
file content (20 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Nobody every wants line ending conversions!

# Explicitly declare text files you want to always be normalized
# and converted to UNIX line endings on checkout.
*.c             text eol=lf
*.h             text eol=lf
*.in            text eol=lf
*.md            text eol=lf
*.txt           text eol=lf
*.yml           text eol=lf
Makefile*       text eol=lf
.gitattributes  text eol=lf
.gitignore      text eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.sln           text eol=crlf
*.vcxproj*      text eol=crlf

# All files should be UTF-8 encoded.
*               working-tree-encoding=UTF-8