Skip to content

Instantly share code, notes, and snippets.

@braitom
Created July 23, 2014 05:02
Show Gist options
  • Save braitom/1670e09cd1ac95f8028d to your computer and use it in GitHub Desktop.
Save braitom/1670e09cd1ac95f8028d to your computer and use it in GitHub Desktop.
.clang-format
BasedOnStyle: Google
ColumnLimit: 160
IndentWidth: 4
BreakBeforeBraces: Linux
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
SpacesInContainerLiterals: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment