From 465af8295ea28fca68d0b939e8a600222d5f7644 Mon Sep 17 00:00:00 2001 From: Chris Wilton-Magras Date: Wed, 18 Oct 2023 13:13:30 +0100 Subject: [PATCH] Mark font files binary, to exclude from EOL rule (#403) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1135e572f..b0c66b8c8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Always use LF for line endings -* text eol=lf \ No newline at end of file +* text eol=lf +# Apart from font files +*.[ot]tf binary \ No newline at end of file