-
Notifications
You must be signed in to change notification settings - Fork 479
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (24 loc) · 984 Bytes
/
.gitattributes
File metadata and controls
30 lines (24 loc) · 984 Bytes
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
.git* export-ignore
.hooks* export-ignore
*.sh crlf=input
*.sh.in crlf=input
pvblot.in crlf=input
pre-commit crlf=input
*.patch.in -whitespace -text
# Custom attribute to mark sources as using our C code style.
# The value 16 is used in the Utilities/Scripts/clang-format.bash script to filter
# all source files that follow our-c-style
[attr]our-c-style whitespace=tab-in-indent,-blank-at-eol format.clang-format=16
*.c our-c-style
*.h our-c-style
*.cpp our-c-style
*.cxx our-c-style
*.hxx our-c-style
*.txx our-c-style
*.mm our-c-style
*.glsl whitespace=tab-in-indent,-blank-at-eol
*.txt whitespace=tab-in-indent,-blank-at-eol
*.cmake whitespace=tab-in-indent,-blank-at-eol
*.sha512 eol=lf
*.md whitespace=tab-in-indent conflict-marker-size=30
ThirdParty/** -format.clang-format