.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
  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
  8. bootstrap crlf=input
  9. configure crlf=input
  10. *.[1-9] crlf=input
  11. *.sh crlf=input
  12. *.sh.in crlf=input
  13. *.bat -crlf
  14. *.bat.in -crlf
  15. *.dsp -crlf
  16. *.dsw -crlf
  17. *.pfx -crlf
  18. *.png -crlf
  19. *.sln -crlf
  20. *.vcproj -crlf
  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