From c0e7fce141cc80edf70e5bf00918e9fdf83fc0f9 Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Tue, 13 Jun 2017 11:23:35 +0200 Subject: [PATCH] Add .gitattributes to fix handling of line endings --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..259f2ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto +*.c text +*.h text +*.sql text +*.control text +*.json text +Makefile text