mirror of https://github.com/mono/CppSharp.git
Browse Source
Add .gitattributes file to normalize line endings. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>pull/249/head
1 changed files with 10 additions and 0 deletions
@ -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…
Reference in new issue