Permalink
Browse files
Add line ending specifications for XCode project files.
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
.gitattributes
|
|
@@ -11,6 +11,10 @@ |
|
|
*.sln* text eol=crlf
|
|
|
*.vc*proj* text eol=crlf
|
|
|
|
|
|
+# OS X files keep their line endings
|
|
|
+*.pbxproj* text=lf
|
|
|
+*.xcworkspacedata text=lf
|
|
|
+
|
|
|
# Binary files should never have line endings changed
|
|
|
._* binary
|
|
|
.DS_Store binary
|
|
|
|
0 comments on commit
685b715