2019-07-22 00:30:32 +00:00
|
|
|
.git* export-ignore
|
2011-10-24 14:18:36 +00:00
|
|
|
.hooks* export-ignore
|
2000-08-29 14:56:51 +00:00
|
|
|
|
2017-02-22 19:58:27 +00:00
|
|
|
# Custom attribute to mark sources as using our C code style.
|
2018-05-31 17:40:34 +00:00
|
|
|
[attr]our-c-style whitespace=tab-in-indent format.clang-format-6.0
|
2017-02-22 19:58:27 +00:00
|
|
|
|
2017-02-22 19:33:30 +00:00
|
|
|
# Custom attribute to mark sources as generated.
|
2017-02-22 20:01:23 +00:00
|
|
|
# Do not perform whitespace checks. Do not format.
|
2018-05-31 17:40:34 +00:00
|
|
|
[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0
|
2017-02-22 19:33:30 +00:00
|
|
|
|
2017-08-23 17:21:56 +00:00
|
|
|
bootstrap eol=lf
|
|
|
|
configure eol=lf
|
|
|
|
*.[1-9] eol=lf
|
|
|
|
*.sh eol=lf
|
|
|
|
*.sh.in eol=lf
|
2000-08-29 14:56:51 +00:00
|
|
|
|
2017-08-23 17:23:25 +00:00
|
|
|
*.bat eol=crlf
|
|
|
|
*.bat.in eol=crlf
|
|
|
|
*.sln eol=crlf
|
|
|
|
*.vcproj eol=crlf
|
2010-08-30 15:19:39 +00:00
|
|
|
|
2017-08-23 17:21:36 +00:00
|
|
|
*.pfx -text
|
|
|
|
*.png -text
|
2019-01-24 15:32:19 +00:00
|
|
|
*.png.in -text
|
2017-08-23 17:21:36 +00:00
|
|
|
|
2017-02-22 19:58:27 +00: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-05-16 14:52:17 +00:00
|
|
|
|
2017-02-22 19:58:27 +00:00
|
|
|
*.cmake whitespace=tab-in-indent
|
2016-05-16 14:52:17 +00:00
|
|
|
*.rst whitespace=tab-in-indent conflict-marker-size=79
|
2017-02-22 19:58:27 +00:00
|
|
|
*.txt whitespace=tab-in-indent
|