.gitattributes 1.1 KB

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