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