Skip to content

Instantly share code, notes, and snippets.

@langford
Last active August 29, 2015 14:02
Show Gist options
  • Save langford/0e26ed9d46246b9546fb to your computer and use it in GitHub Desktop.
Save langford/0e26ed9d46246b9546fb to your computer and use it in GitHub Desktop.
My .clang-format that comes pretty close to Apple style using Tony Arnold's build of clang-format
BasedOnStyle: Chromium
AlignTrailingComments: true
BreakBeforeBraces: Stroustrup
ColumnLimit: 0
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
AllowShortIfStatementsOnASingleLine: true
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
TabWidth: 8
UseTab: Never
PointerBindsToType: true
@langford
Copy link
Author

langford commented Jun 2, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment