Add a .gitattributes to normalize newlines.
No code changes.
This commit is contained in:
parent
b97af10a6d
commit
358462a7f4
6 changed files with 1152 additions and 1138 deletions
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…
Add table
Add a link
Reference in a new issue