From 455e8c07acc5a61c65761f9580cd78ef62fd461d Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 8 Sep 2023 19:27:35 +1000 Subject: [PATCH] Update .gitattributes --- src/.gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/.gitattributes b/src/.gitattributes index c582800..2eca930 100644 --- a/src/.gitattributes +++ b/src/.gitattributes @@ -4,4 +4,7 @@ *.verified.txt text eol=lf working-tree-encoding=UTF-8 *.verified.xml text eol=lf working-tree-encoding=UTF-8 -*.verified.json text eol=lf working-tree-encoding=UTF-8 \ No newline at end of file +*.verified.json text eol=lf working-tree-encoding=UTF-8 + +.editorconfig text eol=lf working-tree-encoding=UTF-8 +Shared.sln.DotSettings text eol=lf working-tree-encoding=UTF-8 \ No newline at end of file