You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1009 B
33 lines
1009 B
.git* export-ignore
|
|
.hooks* export-ignore
|
|
|
|
*.sh crlf=input
|
|
newalpha crlf=input
|
|
newversion crlf=input
|
|
pre-commit crlf=input
|
|
|
|
# Custom attribute to mark sources as using our C code style.
|
|
[attr]our-c-style whitespace=tab-in-indent,-blank-at-eol format.clang-format=8
|
|
|
|
*.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
|
|
|
|
# Third party code.
|
|
Utilities/KWIML/** -format.clang-format
|
|
Utilities/KWSys/** -format.clang-format
|
|
Utilities/MetaIO/** -format.clang-format
|
|
ThirdParty/** -format.clang-format
|
|
CMake/patches/** -format.clang-format
|