cmake/.gitattributes

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-03-17 14:00:29 +02:00
.gitattributes export-ignore
2012-02-18 12:40:36 +02:00
.hooks* export-ignore
2010-03-17 14:00:29 +02:00
2017-04-14 19:02:05 +02:00
# Custom attribute to mark sources as using our C code style.
[attr]our-c-style whitespace=tab-in-indent format.clang-format
# Custom attribute to mark sources as generated.
# Do not perform whitespace checks. Do not format.
[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format
2010-03-17 14:00:29 +02:00
bootstrap crlf=input
configure crlf=input
*.[1-9] crlf=input
*.sh crlf=input
*.sh.in crlf=input
*.bat -crlf
2012-02-18 12:40:36 +02:00
*.bat.in -crlf
2010-03-17 14:00:29 +02:00
*.dsp -crlf
*.dsw -crlf
2015-04-27 22:25:09 +02:00
*.pfx -crlf
*.png -crlf
2010-03-17 14:00:29 +02:00
*.sln -crlf
*.vcproj -crlf
2010-11-13 01:00:53 +02:00
2017-04-14 19:02:05 +02:00
*.c our-c-style
*.cc our-c-style
*.cpp our-c-style
*.cu our-c-style
*.cxx our-c-style
*.h our-c-style
*.hh our-c-style
*.hpp our-c-style
*.hxx our-c-style
*.notcu our-c-style
2016-07-09 11:21:54 +02:00
2017-04-14 19:02:05 +02:00
*.cmake whitespace=tab-in-indent
2016-07-09 11:21:54 +02:00
*.rst whitespace=tab-in-indent conflict-marker-size=79
2017-04-14 19:02:05 +02:00
*.txt whitespace=tab-in-indent