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.