From c794b6c7baabf1a2ba1de16e4ee09a6ab11086e6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 29 Apr 2021 22:32:32 -0700 Subject: [PATCH] create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..dfe0770424b2a19faf507a501ebfc23be8f54e7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto -- 2.54.0