Skip to content

Instantly share code, notes, and snippets.

@theMackabu
Created July 27, 2026 16:42
Show Gist options
  • Select an option

  • Save theMackabu/6eb4876fc17ab7a5687d6b7f0f322d80 to your computer and use it in GitHub Desktop.

Select an option

Save theMackabu/6eb4876fc17ab7a5687d6b7f0f322d80 to your computer and use it in GitHub Desktop.
BasedOnStyle: LLVM
IndentWidth: 2
ContinuationIndentWidth: 2
BracedInitializerIndentWidth: 2
ColumnLimit: 120
PointerAlignment: Right
IndentPPDirectives: AfterHash
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortBlocksOnASingleLine: Always
SortIncludes: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment