From 3f2f2a6178f31461acb16d4143949f3ef76bd470 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 13 Mar 2021 15:01:08 -0800 Subject: Use .gitattributes to normalise line endings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..028f5a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.ico binary +*.otf binary +*.png binary -- cgit v1.2.3