From 015448fba520612be2408dc4a41b80a86f0d1b0b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 5 Jul 2024 20:09:19 +1000 Subject: [PATCH] make verified files as lf and utf8 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index bdb0cabc8..dea329be9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,6 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +# VerifyTests +*.verified.txt text eol=lf working-tree-encoding=UTF-8