From 5f4faa88a048bde7973f33cad72e53dd12dbf9fd Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 12 Jul 2016 18:47:48 -0700 Subject: [PATCH] Added .gitattributes --- example/.gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example/.gitattributes diff --git a/example/.gitattributes b/example/.gitattributes new file mode 100644 index 0000000..92d2493 --- /dev/null +++ b/example/.gitattributes @@ -0,0 +1,4 @@ +# Normalize line endings in text files to LF on checkin. +# (this overrides core.autocrlf) + +* text=auto