File: .gitattributes

package info (click to toggle)
rocsolver 6.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,876 kB
  • sloc: cpp: 151,850; python: 2,275; sh: 875; objc: 642; ansic: 402; makefile: 71; xml: 26
file content (10 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# By default, convert all text files to Unix line endings on check-in
# and native line endings on check-out
*          text=auto

# Override the default behavior for specific files
*.sh       text eol=lf
*.bat      text eol=crlf

# Reduce merge conflicts in changelog
/CHANGELOG.md merge=union