forked from gurnec/HashCheck
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (25 loc) · 1.01 KB
/
.gitattributes
File metadata and controls
26 lines (25 loc) · 1.01 KB
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
26
# Project-owned Windows source files are stored with CRLF line endings.
# Treat CR at EOL as part of the line ending when checking whitespace.
/*.c whitespace=cr-at-eol
/*.cpp whitespace=cr-at-eol
/*.h whitespace=cr-at-eol
/*.hpp whitespace=cr-at-eol
/*.rc whitespace=cr-at-eol
/*.def whitespace=cr-at-eol
/*.manifest whitespace=cr-at-eol
/*.props whitespace=cr-at-eol
/*.sln whitespace=cr-at-eol
/*.vcxproj whitespace=cr-at-eol
/*.filters whitespace=cr-at-eol
/installer/*.nsi whitespace=cr-at-eol
/libs/*.c whitespace=cr-at-eol
/libs/*.cpp whitespace=cr-at-eol
/libs/*.h whitespace=cr-at-eol
/UnitTests/*.cs whitespace=cr-at-eol
/UnitTests/*.csproj whitespace=cr-at-eol
/UnitTests/*.py whitespace=cr-at-eol
# Keep vendored oneTBB text files in upstream form without making
# git diff --check report formatting that comes from the upstream package.
libs/oneTBB/** whitespace=-blank-at-eol,-blank-at-eof,-space-before-tab,-indent-with-non-tab,-tab-in-indent,cr-at-eol
version.h whitespace=cr-at-eol
sign.bat whitespace=cr-at-eol