From 0edb96687c387637317375971ba227969a22394e Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 9 Jul 2024 01:34:17 +1000 Subject: [PATCH] Update .gitattributes (#10335) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index af9d9e931a..964a714137 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,3 +24,6 @@ eng/common/** linguist-vendored linguist-generated # Display XLF files collapsed by default in PR diffs *.xlf linguist-generated=true + +# VerifyTests +*.verified.txt text eol=lf working-tree-encoding=UTF-8 \ No newline at end of file