From 59f614fbcb4c50a28ca94640f017f7b3d9251fc7 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 4 Feb 2025 21:08:27 +1000 Subject: [PATCH] Enable diffs and EOL correction for SVG files --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bf8bf30..ba8f34d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -208,7 +208,8 @@ SDL -diff -crlf *.src crlf=input *.strings crlf=input strip crlf=input -*.svg -diff -crlf +# The SVG specification requires the use of only LF characters. +*.svg eol=lf *.TAB -diff -crlf *.tga -diff -crlf TMAP -diff -crlf -- 2.39.5