From 42426d2414d14994de4c1bcb02ea941fa16c1274 Mon Sep 17 00:00:00 2001 From: Matthieu Bucchianeri Date: Sat, 12 Oct 2024 23:51:40 -0700 Subject: [PATCH] Add gitattributes to handle line endings. --- XTMax/Apps/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 XTMax/Apps/.gitattributes diff --git a/XTMax/Apps/.gitattributes b/XTMax/Apps/.gitattributes new file mode 100644 index 0000000..4cab1f4 --- /dev/null +++ b/XTMax/Apps/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto