Skip to content

Instantly share code, notes, and snippets.

@andiogenes
Created September 28, 2019 07:18
Show Gist options
  • Save andiogenes/8466e99525f6f4025f65c2854942e5ae to your computer and use it in GitHub Desktop.
Save andiogenes/8466e99525f6f4025f65c2854942e5ae to your computer and use it in GitHub Desktop.
My basic clang-format configuration
BasedOnStyle: LLVM
UseTab: Never
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
AccessModifierOffset: -4
NamespaceIndentation: All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment