From a4327083c39fadd958cde816b5d6d93fef325e88 Mon Sep 17 00:00:00 2001 From: Pavan Jadhaw Date: Tue, 18 Dec 2018 13:27:27 +0530 Subject: [PATCH] [setup] git attributes to make contributions easier --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e25297 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +readme.md merge=union