Permalink
Browse files

Add line ending specifications for XCode project files.

  • Loading branch information...
1 parent afbff4d commit 685b7150da4130981470fdb5b7874e1e1d5c174b @xloem xloem committed Sep 1, 2016
Showing with 4 additions and 0 deletions.
  1. +4 −0 .gitattributes
View
@@ -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

Please sign in to comment.