From 0ae801523c5f212fe1a30149b48937110dd1d8c3 Mon Sep 17 00:00:00 2001 From: Victor Frye Date: Wed, 12 Nov 2025 14:12:25 -0500 Subject: [PATCH] chore: add slnx to gitattributes template --- .../content/Gitattributes/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitattributes/.gitattributes b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitattributes/.gitattributes index 81543208f4cd..5d59b830cb86 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitattributes/.gitattributes +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitattributes/.gitattributes @@ -14,6 +14,7 @@ *.cshtml text diff=html *.csx text diff=csharp *.sln text eol=crlf +*.slnx text eol=crlf # Content below from: https://github.com/gitattributes/gitattributes/blob/master/Common.gitattributes