You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
1.9 KiB

  1. # auto for anything unspecified
  2. * text=auto
  3. # sources
  4. *.c text eol=lf
  5. *.cc text eol=lf
  6. *.cxx text eol=lf
  7. *.cpp text eol=lf
  8. *.c++ text eol=lf
  9. *.hpp text eol=lf
  10. *.h text eol=lf
  11. *.h++ text eol=lf
  12. *.hh text eol=lf
  13. *.bat text eol=crlf
  14. *.cmd text eol=crlf
  15. *.coffee text eol=lf
  16. *.css text eol=lf
  17. *.htm text eol=lf
  18. *.html text eol=lf
  19. *.inc text eol=lf
  20. *.ini text eol=crlf
  21. *.js text eol=lf
  22. *.jsx text eol=lf
  23. *.json text eol=lf
  24. *.less text eol=lf
  25. *.php text eol=lf
  26. *.pl text eol=lf
  27. *.py text eol=lf
  28. *.rb text eol=lf
  29. *.sass text eol=lf
  30. *.scm text eol=lf
  31. *.scss text eol=lf
  32. *.sh text eol=lf
  33. *.sql text eol=lf
  34. *.styl text eol=lf
  35. *.ts text eol=lf
  36. *.xml text eol=lf
  37. *.xhtml text eol=lf
  38. # make files (need to always use lf for compatibility with Windows 10 bash)
  39. Makefile eol=lf
  40. *.mk eol=lf
  41. # make files (need to always use lf for compatibility with Windows 10 bash)
  42. *.sh eol=lf
  43. # documentation
  44. *.markdown text eol=lf
  45. *.md text eol=lf
  46. *.mdwn text eol=lf
  47. *.mdown text eol=lf
  48. *.mkd text eol=lf
  49. *.mkdn text eol=lf
  50. *.mdtxt text eol=lf
  51. *.mdtext text eol=lf
  52. *.txt text eol=lf
  53. AUTHORS text eol=lf
  54. CHANGELOG text eol=lf
  55. CHANGES text eol=lf
  56. CONTRIBUTING text eol=lf
  57. COPYING text eol=lf
  58. INSTALL text eol=lf
  59. license text eol=lf
  60. LICENSE text eol=lf
  61. NEWS text eol=lf
  62. readme text eol=lf
  63. *README* text eol=lf
  64. TODO text eol=lf
  65. GRAPHICS
  66. *.ai binary
  67. *.bmp binary
  68. *.eps binary
  69. *.gif binary
  70. *.ico binary
  71. *.jng binary
  72. *.jp2 binary
  73. *.jpg binary
  74. *.jpeg binary
  75. *.jpx binary
  76. *.jxr binary
  77. *.pdf binary
  78. *.png binary
  79. *.psb binary
  80. *.psd binary
  81. *.svg text eol=lf
  82. *.svgz binary
  83. *.tif binary
  84. *.tiff binary
  85. *.wbmp binary
  86. *.webp binary
  87. # hex files
  88. *.hex binary
  89. *.eep binary
  90. nix/sources.nix linguist-generated=true