From 7b9f515f3df02f98fde6a75a8de8d6a83a95b128 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 23 Feb 2022 01:59:46 -0800 Subject: [PATCH] gitattributes: set txt and gm9 to text, images/browserconfig.exe to use CRLF explicitly --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4d536e4abe..d7e5aeb964 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,8 @@ CHANGELOG.md text merge=union docs/_docs/18-history.md text merge=union *.md text +*.txt text +*.gm9 text + +# probably not required, but CRLF is the default for Windows +images/browserconfig.xml text eol=crlf