File: .gitattributes

package info (click to toggle)
gr-rds 3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,648 kB
  • sloc: cpp: 18,916; python: 9,650; ansic: 26; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
# In GNU Radio 3.9+, pybind11 compares hash values of headers and source
# files against knowns values.  Conversion of values to CRLF on checkout
# break those checks so keep LF values when files are subject to said checks
#
*.h    text eol=lf
*.c    text eol=lf
*.cc   text eol=lf