forked from SimpleITK/SimpleITK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
34 lines (30 loc) · 1.4 KB
/
.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
26
27
28
29
30
31
32
33
34
.git* export-ignore
.hooks* export-ignore
.mailmap export-ignore
/Utilities/GitSetup export-ignore
*.bat -crlf
*.bin -crlf
*.jpg -crlf
*.mha -crlf
*.pdf -crlf
*.png -crlf
*.raw -crlf
*.nrrd -crlf
*.sh crlf=input
*.sh.in crlf=input
*.c whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.h whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.cxx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.hxx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.txx whitespace=tab-in-indent,no-lf-at-eof hooks.style=KWStyle,uncrustify
*.txt whitespace=tab-in-indent,no-lf-at-eof
*.cmake whitespace=tab-in-indent,no-lf-at-eof
*.i whitespace=tab-in-indent,no-lf-at-eof hooks.MaxObjectKiB=2048
*.cs whitespace=tab-in-indent,no-lf-at-eof
*.py whitespace=tab-in-indent,no-lf-at-eof
*.java whitespace=tab-in-indent,no-lf-at-eof
*.rb whitespace=tab-in-indent,no-lf-at-eof
*.R whitespace=tab-in-indent,no-lf-at-eof
*.tcl whitespace=tab-in-indent,no-lf-at-eof
Wrapping/Java/JavaDoc.i hooks-max-size=2097152
Wrapping/Python/PythonDocstrings.i hooks-max-size=2097152