Skip to content

Instantly share code, notes, and snippets.

@sharplet
Created April 13, 2015 03:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharplet/e40f2353f09074d5053d to your computer and use it in GitHub Desktop.
Save sharplet/e40f2353f09074d5053d to your computer and use it in GitHub Desktop.
clang-format file for Objective-C projects
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: 120
IndentWidth: 2
KeepEmptyLinesAtTheStartOfBlocks: false
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
SpacesInContainerLiterals: false
TabWidth: 8
UseTab: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment