From bc09e862a9407f8c83e880b110098b14bcf6c63e Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Wed, 5 Apr 2017 17:49:27 -0500
Subject: [PATCH] Re-enable .cpp as LF in .gitattributes

---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 95f75417ac..bc2df2da35 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,7 +3,7 @@
 
 # Files with Unix line endings
 *.c   text eol=lf
-# *.cpp text eol=lf
+*.cpp text eol=lf
 *.h   text eol=lf
 *.ino text eol=lf
 *.py  text eol=lf
-- 
GitLab