Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Last active August 29, 2015 14:01
Show Gist options
  • Save tonyarnold/42dd05b97556c8a91a6b to your computer and use it in GitHub Desktop.
Save tonyarnold/42dd05b97556c8a91a6b to your computer and use it in GitHub Desktop.
My current ~/.clang-format
BasedOnStyle: Chromium
AlignTrailingComments: true
BreakBeforeBraces: Allman
ColumnLimit: 0
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
TabWidth: 8
UseTab: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment