File: .gitattributes

package info (click to toggle)
boxbackup 0.13~~git20231028.g3dd5194%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,040 kB
  • sloc: xml: 70,723; cpp: 55,569; ansic: 24,659; perl: 4,845; sh: 4,294; makefile: 578; python: 311
file content (11 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# https://help.github.com/articles/dealing-with-line-endings/
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

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

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