From 685b7150da4130981470fdb5b7874e1e1d5c174b Mon Sep 17 00:00:00 2001 From: Karl Semich <0xloem@gmail.com> Date: Thu, 1 Sep 2016 00:03:28 +0000 Subject: [PATCH] Add line ending specifications for XCode project files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index db073260..6a51029f 100644 --- a/.gitattributes +++ b/.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