From d93e505d634427db39ba94e927040d1c682da294 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Wed, 26 May 2021 14:42:05 +0100 Subject: [PATCH] Add .gitattributes file for default line endings Signed-off-by: Usha Mandya --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..622b3cde2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto-detect text files, ensure they use LF. +* text=auto eol=lf