From 461a1057dfeeef476d914c887d76f864013dab61 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 25 May 2023 19:44:40 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c75e2532 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Declare files that will always have LF line endings on checkout. +*.cmd text eol=lf