From d66eec536f06c25f14d752fd78fecec4949e8fde Mon Sep 17 00:00:00 2001
From: Jonathan Challinger <mr.challinger@gmail.com>
Date: Wed, 15 Apr 2015 16:35:30 -0700
Subject: [PATCH] .gitattributes: automatically clean up newlines in source
 files

---
 .gitattributes | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 6a9a9a039c..a6bd9108fe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,4 +3,6 @@
 # This breaks Vagrant for some users.
 *.sh text eol=lf
 
-
+*.pde text eol=lf
+*.cpp text eol=lf
+*.h text eol=lf
-- 
GitLab