File: .gitattributes

package info (click to toggle)
camitk 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 389,496 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (11 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# For sinus.mhd, git will automatically add CRLF on Windows, while
# it is just LF on Linux. The level3 test on windows will fail
# as the written file only use LF. 
# see https://docs.github.com/en/free-pro-team@latest/github/using-git/configuring-git-to-handle-line-endings
# for more information

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Declare files that will always have LF line endings on checkout.
*.mhd text eol=lf