Skip to content

Instantly share code, notes, and snippets.

@Magoninho
Last active November 26, 2021 13:38
Show Gist options
  • Save Magoninho/70319d5246388b8d8038a9c34b255a72 to your computer and use it in GitHub Desktop.
Save Magoninho/70319d5246388b8d8038a9c34b255a72 to your computer and use it in GitHub Desktop.
My clang format fallback style
{
BasedOnStyle: LLVM,
IndentWidth: 4,
TabWidth: 4,
AccessModifierOffset: -4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment