-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (17 loc) · 765 Bytes
/
.gitattributes
File metadata and controls
20 lines (17 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.git* 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