From d2ebbb17cc6bc7acaa933e5e66ff9629a76c270f Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 2 Dec 2016 14:47:27 -0800 Subject: [PATCH] Force LF for C files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1b9d77d..94ef06d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,7 @@ *.exp text eol=lf *.manifest text eol=lf *.cpp text eol=lf +*.c text eol=lf *.h text eol=lf *.hpp text eol=lf *.sh text eol=lf