Skip to content

Instantly share code, notes, and snippets.

@mkhl
Created January 18, 2010 13:16
Show Gist options
  • Save mkhl/280003 to your computer and use it in GitHub Desktop.
Save mkhl/280003 to your computer and use it in GitHub Desktop.
Xcode defaults to comply with the Google ObjC style guide, in YAML
# Xcode defaults to comply with the Google ObjC style guide
com.apple.Xcode:
IndentWidth: 2
TabWidth: 2
PBXUsesTabs: NO
XCCodeSenseFormattingOptions:
PreMethodTypeSpacing: ' '
PreMethodDeclSpacing: ''
PreColonSpacing: ''
PostColonSpacing: ''
MessageArgSpacing: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment