Skip to content

Instantly share code, notes, and snippets.

@pillowtrucker
Created April 15, 2024 16:46
Show Gist options
  • Save pillowtrucker/c3649901a81c512d4437487c7ecfb215 to your computer and use it in GitHub Desktop.
Save pillowtrucker/c3649901a81c512d4437487c7ecfb215 to your computer and use it in GitHub Desktop.
---
BasedOnStyle: LLVM
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
AlignCompound: true
PadOperators: false
AlignEscapedNewlines: Left
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortEnumsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
BreakConstructorInitializers: BeforeComma
InsertNewlineAtEOF: true
KeepEmptyLinesAtEOF: true
KeepEmptyLinesAtTheStartOfBlocks: false
PackConstructorInitializers: Never
PointerAlignment: Middle
QualifierAlignment: Right
ShortNamespaceLines: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment