Skip to content

Instantly share code, notes, and snippets.

@acrummyidea
Created January 11, 2019 02:29
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 acrummyidea/0cc539b72459d9b5186e57781dfd50cf to your computer and use it in GitHub Desktop.
Save acrummyidea/0cc539b72459d9b5186e57781dfd50cf to your computer and use it in GitHub Desktop.
clanf-format configuration for EmulationStation
---
Language: Cpp
BasedOnStyle: LLVM
AlignAfterOpenBracket: DontAlign
AllowShortBlocksOnASingleLine: true
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BreakBeforeBraces: Custom
ColumnLimit: 125
Cpp11BracedListStyle: false
IndentWidth: 4
MaxEmptyLinesToKeep: 2
PointerAlignment: Left
TabWidth: 4
UseTab: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment