From 8a0946eb3a028c6e0db8c9e727a3b1f218ac750e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 18 Feb 2023 13:07:01 +0100 Subject: [PATCH] .gitattributes: add more filetypes. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 524cf90..22c2e7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,8 +5,12 @@ *.sh text eol=lf *.ini text eol=lf *.xml text eol=lf +*.h eol=lf +*.hpp eol=lf +*.hxx eol=lf *.c text eol=lf *.cpp text eol=lf +*.cxx text eol=lf *.htext eol=lf *.txt text eol=lf *.glsl text eol=lf