Add a .gitattributes to normalize newlines.

No code changes.
This commit is contained in:
Unknown W. Brackets 2014-09-26 09:06:55 -07:00
parent b97af10a6d
commit 358462a7f4
6 changed files with 1152 additions and 1138 deletions

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
*.cpp text diff=cpp
*.h text diff=cpp
*.mm text diff=objc
*.m text diff=objc
*.java text diff=java
*.sh text eol=lf
*.vcproj text eol=crlf
*.vcproj.filters text eol=crlf
*.sln text eol=crlf
*.properties text
*.xml text
# To avoid mucking up the utf-8 characters.
Core/Dialog/PSPOskDialog.cpp binary