From 01a293b6e335f8a948823e546f8f7f32fd82e6ef Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sun, 2 Apr 2017 12:50:02 -0500
Subject: [PATCH] Patch .gitattributes till UBL line endings are fixed

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

diff --git a/.gitattributes b/.gitattributes
index bc2df2da35..95f75417ac 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