1.git* export-ignore 2.hooks* export-ignore 3 4# Custom attribute to mark sources as using our C code style. 5[attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0 6 7# Custom attribute to mark sources as generated. 8# Do not perform whitespace checks. Do not format. 9[attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format-6.0 10 11bootstrap eol=lf 12configure eol=lf 13*.[1-9] eol=lf 14*.bash eol=lf 15*.sh eol=lf 16*.sh.in eol=lf 17 18*.bat eol=crlf 19*.bat.in eol=crlf 20*.sln eol=crlf 21*.vcproj eol=crlf 22 23*.pfx -text 24*.png -text 25*.png.in -text 26 27*.c our-c-style 28*.cc our-c-style 29*.cpp our-c-style 30*.cu our-c-style 31*.cxx our-c-style 32*.h our-c-style 33*.hh our-c-style 34*.hpp our-c-style 35*.hxx our-c-style 36*.notcu our-c-style 37 38*.cmake whitespace=tab-in-indent 39*.rst whitespace=tab-in-indent conflict-marker-size=79 40*.txt whitespace=tab-in-indent