File: .gitattributes

package info (click to toggle)
hipsolver 5.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,088 kB
  • sloc: cpp: 60,817; f90: 8,280; python: 567; sh: 485; xml: 199; ansic: 84; makefile: 43
file content (10 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
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