File: .gitattributes

package info (click to toggle)
hipsolver 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,096 kB
  • sloc: cpp: 72,703; f90: 8,280; sh: 573; python: 531; ansic: 84; makefile: 51; xml: 10
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