blob: 96a11664ef6b31f35fa1725869258094ceaa646d [file] [log] [blame]
Brad King3cb87cb2019-07-21 20:30:32 -04001.git* export-ignore
Brad King3d5869c2011-10-24 10:18:36 -04002.hooks* export-ignore
Josef Angstenberger4af7c3d2021-05-06 23:27:48 +02003.codespellrc export-ignore
Daan De Meyer8c14c6b2020-12-17 17:38:05 +00004.editorconfig export-ignore
Bill Hoffmand6bdba12000-08-29 10:56:51 -04005
Brad Kingf6986ee2017-02-22 14:58:27 -05006# Custom attribute to mark sources as using our C code style.
Brad King6739d572023-01-18 12:45:07 -05007[attr]our-c-style whitespace=tab-in-indent format.clang-format=15
Brad Kingf6986ee2017-02-22 14:58:27 -05008
Brad King2256c3a2017-02-22 14:33:30 -05009# Custom attribute to mark sources as generated.
Brad Kingd5f39a52017-02-22 15:01:23 -050010# Do not perform whitespace checks. Do not format.
Brad King48639aa2023-01-17 14:23:59 -050011[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format
Brad King2256c3a2017-02-22 14:33:30 -050012
Ben Boeckeld20485d2017-08-23 13:21:56 -040013bootstrap eol=lf
14configure eol=lf
15*.[1-9] eol=lf
Brad King1a6e5ac2019-08-22 15:17:33 -040016*.bash eol=lf
Ben Boeckeld20485d2017-08-23 13:21:56 -040017*.sh eol=lf
18*.sh.in eol=lf
Bill Hoffmand6bdba12000-08-29 10:56:51 -040019
Ben Boeckel8ed03ba2017-08-23 13:23:25 -040020*.bat eol=crlf
21*.bat.in eol=crlf
22*.sln eol=crlf
23*.vcproj eol=crlf
Brad King1cbc53f2010-08-30 11:19:39 -040024
Ben Boeckelb85c2582017-08-23 13:21:36 -040025*.pfx -text
26*.png -text
Lucy Phipps880e3802019-01-24 15:32:19 +000027*.png.in -text
Ben Boeckelb85c2582017-08-23 13:21:36 -040028
Brad Kingf6986ee2017-02-22 14:58:27 -050029*.c our-c-style
30*.cc our-c-style
31*.cpp our-c-style
32*.cu our-c-style
33*.cxx our-c-style
34*.h our-c-style
35*.hh our-c-style
36*.hpp our-c-style
37*.hxx our-c-style
38*.notcu our-c-style
Brad King11cc7282022-03-30 16:35:23 -040039*.tcc our-c-style
Brad Kingda60adc2016-05-16 10:52:17 -040040
Brad Kingf6986ee2017-02-22 14:58:27 -050041*.cmake whitespace=tab-in-indent
Brad Kingda60adc2016-05-16 10:52:17 -040042*.rst whitespace=tab-in-indent conflict-marker-size=79
Brad Kingf6986ee2017-02-22 14:58:27 -050043*.txt whitespace=tab-in-indent