From 9766fc2a1aba547a9a71c20b3486f30de1a5c675 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Mon, 1 Apr 2024 19:28:55 -0400 Subject: [PATCH] Limit CRLF endings to Windows source files --- .gitattributes | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.gitattributes b/.gitattributes index f952ee9..1842839 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,27 +4,10 @@ * text=auto # Declare files that will always have CRLF line endings on checkout. -*.appxmanifest text eol=crlf -*.c text eol=crlf -*.cpp text eol=crlf -*.cs text eol=crlf -*.csproj text eol=crlf -*.css text eol=crlf -*.def text eol=crlf -*.filters text eol=crlf -*.h text eol=crlf -*.htm text eol=crlf -*.html text eol=crlf -*.idl text eol=crlf -*.inf text eol=crlf -*.inx text eol=crlf -*.js text eol=crlf -*.jsproj text eol=crlf -*.rc text eol=crlf -*.rgs text eol=crlf -*.sln text eol=crlf -*.vcxproj text eol=crlf -*.xaml text eol=crlf +src/automationttsengine/**/* text eol=crlf +src/makevoice/**/* text eol=crlf +src/Shared/**/* text eol=crlf +src/Vocalizer/**/* text eol=crlf ############################################################################### # Set default behavior for command prompt diff.