aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 883895fb161c283912e31fe8f699aa8e398cad2e (plain)
1
2
3
4
5
6
7
8
9
10
11
*  					text=auto
/tests/inputs/*	text eol=lf

.gitattributes          export-ignore
.gitignore              export-ignore
.github                 export-ignore
.editorconfig           export-ignore
.travis.yml             export-ignore

# Linguist incorrectly identified the headers as C++, manually override this.
*.h linguist-language=C