From 6560b0b5c6169285c2d65980b12ddb2dddac5f79 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 22 Oct 2018 19:52:35 -0700 Subject: Mark cpp/h as text --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index dfe0770..3dd6c7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto +*.cpp text eol=crlf +*.h text eol=crlf -- cgit 1.4.1