From d0d623d3a1e7e723c342a59a038c5ea56734b75b Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 24 Jan 2024 03:41:38 -0800 Subject: [PATCH] Add .gitattributes for weapon file LF line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..672553d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +weapons/** text eol=lf +attachment/** text eol=lf +attachmentunique/** text eol=lf \ No newline at end of file