Browse Source

Add .gitattributes

Add .gitattributes file to normalize line endings.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>
pull/249/head
Tomi Valkeinen 11 years ago
parent
commit
e22accaedd
  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