.gitattributes 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .git* 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. *.bash eol=lf
  12. *.sh eol=lf
  13. *.sh.in eol=lf
  14. *.bat eol=crlf
  15. *.bat.in eol=crlf
  16. *.sln eol=crlf
  17. *.vcproj eol=crlf
  18. *.pfx -text
  19. *.png -text
  20. *.png.in -text
  21. *.c our-c-style
  22. *.cc our-c-style
  23. *.cpp our-c-style
  24. *.cu our-c-style
  25. *.cxx our-c-style
  26. *.h our-c-style
  27. *.hh our-c-style
  28. *.hpp our-c-style
  29. *.hxx our-c-style
  30. *.notcu our-c-style
  31. *.cmake whitespace=tab-in-indent
  32. *.rst whitespace=tab-in-indent conflict-marker-size=79
  33. *.txt whitespace=tab-in-indent