Skip to content

Commit 358462a

Browse files
Add a .gitattributes to normalize newlines.
No code changes.
1 parent b97af10 commit 358462a

File tree

6 files changed

+1152
-1138
lines changed

6 files changed

+1152
-1138
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.cpp text diff=cpp
2+
*.h text diff=cpp
3+
*.mm text diff=objc
4+
*.m text diff=objc
5+
*.java text diff=java
6+
*.sh text eol=lf
7+
*.vcproj text eol=crlf
8+
*.vcproj.filters text eol=crlf
9+
*.sln text eol=crlf
10+
*.properties text
11+
*.xml text
12+
13+
# To avoid mucking up the utf-8 characters.
14+
Core/Dialog/PSPOskDialog.cpp binary

0 commit comments

Comments
 (0)