-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
24 lines (23 loc) · 969 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.sln -crlf
*.vcxproj -crlf
*.doc diff=word
*.xls diff=excel
*.png diff=exif
*.jpg diff=exif
.gitattributes export-ignore
.gitignore export-ignore
.mailmap export-ignore
*.c whitespace=tab-in-indent
*.h whitespace=tab-in-indent
*.cpp whitespace=tab-in-indent
*.hpp whitespace=tab-in-indent
*.cc whitespace=tab-in-indent
*.txt whitespace=tab-in-indent
*.cmake whitespace=tab-in-indent
*.qml whitespace=tab-in-indent
*.inl whitespace=tab-in-indent
*.dox whitespace=tab-in-indent
*.xml whitespace=tab-in-indent
*.inl whitespace=tab-in-indent
*.thrift whitespace=tab-in-indent
*.msg whitespace=tab-in-indent