Updated gitattributes

Should now get normal line endings per system
This commit is contained in:
Dimitris Panokostas 2017-01-25 12:00:43 +01:00
parent 6ddeb2f53f
commit 9ac6dba517
3 changed files with 16 additions and 0 deletions

16
.gitattributes vendored
View file

@ -1,6 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.hpp text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.ico binary
*.bmp binary
*.ttf binary
# Custom for Visual Studio
*.cs diff=csharp

Binary file not shown.

Binary file not shown.