diff options
author | Jeffrey Stedfast <jeff@xamarin.com> | 2015-06-26 20:27:16 -0400 |
---|---|---|
committer | Jeffrey Stedfast <jeff@xamarin.com> | 2015-06-26 20:27:16 -0400 |
commit | 73bf641036960234fcb8d06ffa02676439207b14 (patch) | |
tree | 9cd72936432935de5b7bae8c7abff5cc271c6e22 | |
parent | Updated Visual Studio 2010 project files (diff) | |
download | BouncyCastle.NET-ed25519-73bf641036960234fcb8d06ffa02676439207b14.tar.xz |
Reverted earlier change made to .gitattributes
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index edfb7e9ef..4989b01a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ # to native line endings on checkout. *.build text diff=xml *.cs text diff=csharp -*.csproj text diff=xml eol=crlf +*.csproj text diff=xml *.eml text *.html text diff=html *.mdp text diff=xml |