Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created April 23, 2020 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scturtle/6e61f8903a9ebf525ce8bae3298c4cfd to your computer and use it in GitHub Desktop.
Save scturtle/6e61f8903a9ebf525ce8bae3298c4cfd to your computer and use it in GitHub Desktop.
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Custom
ColumnLimit: 80
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: false
BeforeElse: true
IndentBraces: false
#SplitEmptyFunction: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment