1
0
Fork 0

.gitattributes: add more filetypes.

This commit is contained in:
Henrik Hautakoski 2023-02-18 13:07:01 +01:00
parent dcbce9a153
commit 8a0946eb3a

4
.gitattributes vendored
View file

@ -5,8 +5,12 @@
*.sh text eol=lf *.sh text eol=lf
*.ini text eol=lf *.ini text eol=lf
*.xml text eol=lf *.xml text eol=lf
*.h eol=lf
*.hpp eol=lf
*.hxx eol=lf
*.c text eol=lf *.c text eol=lf
*.cpp text eol=lf *.cpp text eol=lf
*.cxx text eol=lf
*.htext eol=lf *.htext eol=lf
*.txt text eol=lf *.txt text eol=lf
*.glsl text eol=lf *.glsl text eol=lf