From 6b4c37cd57885297422736960854aad244e44820 Mon Sep 17 00:00:00 2001 From: cloverrfoxx <96365159+cloverrfoxx@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:15:35 -0700 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6549010 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.src linguist-language=Lua