Skip to content

Commit

Permalink
Limit CRLF endings to Windows source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Apr 1, 2024
1 parent 4e6bc1c commit 9766fc2
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9766fc2

Please sign in to comment.