.gitattributes 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .git* export-ignore
  2. .hooks* export-ignore
  3. .clang-format export-ignore
  4. .clang-tidy export-ignore
  5. .codespellrc export-ignore
  6. .editorconfig export-ignore
  7. .pre-commit-config.yaml export-ignore
  8. .typos.toml export-ignore
  9. # Custom attribute to mark sources as using our C code style.
  10. [attr]our-c-style whitespace=tab-in-indent format.clang-format=18
  11. # Custom attribute to mark sources as generated.
  12. # Do not perform whitespace checks. Do not format.
  13. [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format
  14. # Custom attribute to mark files as TABs indented.
  15. [attr]tab-indent whitespace=-tab-in-indent
  16. bootstrap eol=lf
  17. configure eol=lf
  18. *.[1-9] eol=lf
  19. *.bash eol=lf
  20. *.sh eol=lf
  21. *.sh.in eol=lf
  22. *.bat eol=crlf
  23. *.bat.in eol=crlf
  24. *.cmd eol=crlf
  25. *.sln eol=crlf
  26. *.vcproj eol=crlf
  27. Makefile tab-indent
  28. Makefile.in tab-indent
  29. NSIS.template.in tab-indent
  30. coverage.xml.in tab-indent
  31. *.F tab-indent
  32. *.f tab-indent
  33. *.pbxproj.in tab-indent
  34. *.plist.in tab-indent
  35. *.plist tab-indent
  36. *.sln tab-indent
  37. *.s tab-indent
  38. *.vcproj tab-indent
  39. *.vcproj.in tab-indent
  40. *.vfproj.in tab-indent
  41. *.xib tab-indent
  42. *.make tab-indent
  43. .hooks-config tab-indent
  44. *.pfx -text
  45. *.png -text
  46. *.png.in -text
  47. *.c our-c-style
  48. *.cc our-c-style
  49. *.cpp our-c-style
  50. *.cu our-c-style
  51. *.cxx our-c-style
  52. *.H our-c-style
  53. *.h our-c-style
  54. *.hh our-c-style
  55. *.hip our-c-style
  56. *.hpp our-c-style
  57. *.hxx our-c-style
  58. *.notcu our-c-style
  59. *.tcc our-c-style
  60. *.cmake whitespace=tab-in-indent
  61. *.rst whitespace=tab-in-indent conflict-marker-size=79
  62. *.txt whitespace=tab-in-indent