.gitattributes 2.0 KB

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