mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Add a .gitattributes to normalize newlines.
No code changes.
This commit is contained in:
parent
b97af10a6d
commit
358462a7f4
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user