forked from RTKConsortium/RTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
20 lines (18 loc) · 1.03 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.git* export-ignore
# Custom attribute to mark sources as using our C++/C code style.
[attr]our-c-style whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,clangformat,uncrustify
cmake/*.cxx our-c-style
include/*.h* our-c-style
src/*.c* our-c-style
applications/**/*.h our-c-style
applications/**/*.cxx our-c-style
applications/**/*.hxx our-c-style
examples/**/*.cxx our-c-style
utilities/ITKCudaCommon/include/*.h* our-c-style
utilities/ITKCudaCommon/src/*.cxx our-c-style
test/*h our-c-style
test/*cxx our-c-style
*.txt whitespace=tab-in-indent,no-lf-at-eof
*.cmake whitespace=tab-in-indent,no-lf-at-eof
# ExternalData content links must have LF newlines
*.md5 crlf=input