Brad King | 3cb87cb | 2019-07-21 20:30:32 -0400 | [diff] [blame] | 1 | .git* export-ignore |
Brad King | 3d5869c | 2011-10-24 10:18:36 -0400 | [diff] [blame] | 2 | .hooks* export-ignore |
Josef Angstenberger | 4af7c3d | 2021-05-06 23:27:48 +0200 | [diff] [blame] | 3 | .codespellrc export-ignore |
Daan De Meyer | 8c14c6b | 2020-12-17 17:38:05 +0000 | [diff] [blame] | 4 | .editorconfig export-ignore |
Bill Hoffman | d6bdba1 | 2000-08-29 10:56:51 -0400 | [diff] [blame] | 5 | |
Brad King | f6986ee | 2017-02-22 14:58:27 -0500 | [diff] [blame] | 6 | # Custom attribute to mark sources as using our C code style. |
Brad King | 6739d57 | 2023-01-18 12:45:07 -0500 | [diff] [blame] | 7 | [attr]our-c-style whitespace=tab-in-indent format.clang-format=15 |
Brad King | f6986ee | 2017-02-22 14:58:27 -0500 | [diff] [blame] | 8 | |
Brad King | 2256c3a | 2017-02-22 14:33:30 -0500 | [diff] [blame] | 9 | # Custom attribute to mark sources as generated. |
Brad King | d5f39a5 | 2017-02-22 15:01:23 -0500 | [diff] [blame] | 10 | # Do not perform whitespace checks. Do not format. |
Brad King | 48639aa | 2023-01-17 14:23:59 -0500 | [diff] [blame] | 11 | [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format |
Brad King | 2256c3a | 2017-02-22 14:33:30 -0500 | [diff] [blame] | 12 | |
Ben Boeckel | d20485d | 2017-08-23 13:21:56 -0400 | [diff] [blame] | 13 | bootstrap eol=lf |
| 14 | configure eol=lf |
| 15 | *.[1-9] eol=lf |
Brad King | 1a6e5ac | 2019-08-22 15:17:33 -0400 | [diff] [blame] | 16 | *.bash eol=lf |
Ben Boeckel | d20485d | 2017-08-23 13:21:56 -0400 | [diff] [blame] | 17 | *.sh eol=lf |
| 18 | *.sh.in eol=lf |
Bill Hoffman | d6bdba1 | 2000-08-29 10:56:51 -0400 | [diff] [blame] | 19 | |
Ben Boeckel | 8ed03ba | 2017-08-23 13:23:25 -0400 | [diff] [blame] | 20 | *.bat eol=crlf |
| 21 | *.bat.in eol=crlf |
| 22 | *.sln eol=crlf |
| 23 | *.vcproj eol=crlf |
Brad King | 1cbc53f | 2010-08-30 11:19:39 -0400 | [diff] [blame] | 24 | |
Ben Boeckel | b85c258 | 2017-08-23 13:21:36 -0400 | [diff] [blame] | 25 | *.pfx -text |
| 26 | *.png -text |
Lucy Phipps | 880e380 | 2019-01-24 15:32:19 +0000 | [diff] [blame] | 27 | *.png.in -text |
Ben Boeckel | b85c258 | 2017-08-23 13:21:36 -0400 | [diff] [blame] | 28 | |
Brad King | f6986ee | 2017-02-22 14:58:27 -0500 | [diff] [blame] | 29 | *.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 King | 11cc728 | 2022-03-30 16:35:23 -0400 | [diff] [blame] | 39 | *.tcc our-c-style |
Brad King | da60adc | 2016-05-16 10:52:17 -0400 | [diff] [blame] | 40 | |
Brad King | f6986ee | 2017-02-22 14:58:27 -0500 | [diff] [blame] | 41 | *.cmake whitespace=tab-in-indent |
Brad King | da60adc | 2016-05-16 10:52:17 -0400 | [diff] [blame] | 42 | *.rst whitespace=tab-in-indent conflict-marker-size=79 |
Brad King | f6986ee | 2017-02-22 14:58:27 -0500 | [diff] [blame] | 43 | *.txt whitespace=tab-in-indent |