1
0
Fork 0

Create .gitattributes (#733)

You seem to have issues with inconsistent line endings. 

Please read more about .gitattributes here: https://help.github.com/articles/dealing-with-line-endings/

The above file is a simple example.
This commit is contained in:
Huemac 2016-06-09 00:52:41 +03:00 committed by Duncan Ogilvie
parent ab4df7e600
commit 7f06e759f1
1 changed files with 17 additions and 0 deletions

17
.gitattributes vendored Normal file
View File

@ -0,0 +1,17 @@
# Visual Studio
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.props text eol=crlf
# Qt
*.pro text eol=crlf
*.pri text eol=crlf
# Source code
*.cpp text eol=crlf
*.h text eol=crlf
*.rc text eol=crlf
*.asm text eol=lf
# Scripts
*.bat text eol=crlf