From 1e8599965ea6a171a55ea82ce0c28a3c60ebf652 Mon Sep 17 00:00:00 2001 From: ccuser44 <68124053+ccuser44@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:25:54 +0300 Subject: [PATCH] Made git automatically convert to LF This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ca69452 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.lua text=auto +*.lua eol=lf