From b7181a6f756e0c48982d8d684ee34629b9a484d0 Mon Sep 17 00:00:00 2001 From: Jake O'Shannessy Date: Tue, 31 Jul 2018 17:40:13 +1000 Subject: [PATCH] Add .gitattributes to lock line-ending behaviour --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cab1f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto