forked from Kitware/ParaView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
25 lines (20 loc) · 902 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
25
.git* export-ignore
.hooks* export-ignore
*.sh crlf=input
*.sh.in crlf=input
newalpha crlf=input
newversion crlf=input
pvblot.in crlf=input
pre-commit crlf=input
*.bat whitespace=-tab-in-indent,-blank-at-eol
*.sln whitespace=-tab-in-indent,-blank-at-eol
*.vcproj whitespace=-tab-in-indent,-blank-at-eol
*.c whitespace=tab-in-indent,-blank-at-eol
*.h whitespace=tab-in-indent,-blank-at-eol
*.cxx whitespace=tab-in-indent,-blank-at-eol
*.hxx whitespace=tab-in-indent,-blank-at-eol
*.txx whitespace=tab-in-indent,-blank-at-eol
*.txt whitespace=tab-in-indent,-blank-at-eol
*.cmake whitespace=tab-in-indent,-blank-at-eol
*.c hooks.MaxObjectKiB=0
*.md whitespace=tab-in-indent conflict-marker-size=30