.gitattributes 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .git* export-ignore
  2. .hooks* export-ignore
  3. .codespellrc export-ignore
  4. .editorconfig export-ignore
  5. # Custom attribute to mark sources as using our C code style.
  6. [attr]our-c-style whitespace=tab-in-indent format.clang-format-6.0
  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. bootstrap eol=lf
  11. configure eol=lf
  12. *.[1-9] eol=lf
  13. *.bash eol=lf
  14. *.sh eol=lf
  15. *.sh.in eol=lf
  16. *.bat eol=crlf
  17. *.bat.in eol=crlf
  18. *.sln eol=crlf
  19. *.vcproj eol=crlf
  20. *.pfx -text
  21. *.png -text
  22. *.png.in -text
  23. *.c our-c-style
  24. *.cc our-c-style
  25. *.cpp our-c-style
  26. *.cu our-c-style
  27. *.cxx our-c-style
  28. *.h our-c-style
  29. *.hh our-c-style
  30. *.hpp our-c-style
  31. *.hxx our-c-style
  32. *.notcu our-c-style
  33. *.tcc our-c-style
  34. *.cmake whitespace=tab-in-indent
  35. *.rst whitespace=tab-in-indent conflict-marker-size=79
  36. *.txt whitespace=tab-in-indent