Skip to content

Instantly share code, notes, and snippets.

@rlewicki
Last active June 19, 2017 22:04
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 rlewicki/12a50eae4625037b7074b82cf4469c08 to your computer and use it in GitHub Desktop.
Save rlewicki/12a50eae4625037b7074b82cf4469c08 to your computer and use it in GitHub Desktop.
My own clang-format configuration file.
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Allman
BinPackArguments: false
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
SpaceBeforeParens: Always
SpacesInParentheses: true
SpacesInAngles: true
ColumnLimit: 80
UseTab: Never
PointerAlignment: Left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment