Browse Source

Merge pull request #249 from tomba/normalize

Normalize line-endings
pull/250/head
João Matos 12 years ago
parent
commit
cd37e10e5f
  1. 10
      .gitattributes

10
.gitattributes vendored

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.cs text diff=csharp
*.lua text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
Loading…
Cancel
Save