File: .gitattributes

package info (click to toggle)
libomemo-c 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: ansic: 25,957; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.txt text
*.c text
*.cpp text
*.h text
*.hpp text