From 9b9db139251a4eb2d842e08bb99ae78416a85c0c Mon Sep 17 00:00:00 2001 From: Nicholas Wilde Date: Thu, 12 May 2022 02:15:12 +0000 Subject: [PATCH] Add .gitattributes Signed-off-by: Nicholas Wilde --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..83f00da --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +README.md merge=union