Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Created July 10, 2023 05:09
Show Gist options
  • Save abiriadev/04b25ee9addeea7b050787b59451b95b to your computer and use it in GitHub Desktop.
Save abiriadev/04b25ee9addeea7b050787b59451b95b to your computer and use it in GitHub Desktop.
Language: Cpp
BasedOnStyle: LLVM
AlignAfterOpenBracket: BlockIndent
AlignOperands: DontAlign
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 80
IncludeBlocks: Regroup
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
QualifierAlignment: Left
RemoveBracesLLVM: true
SeparateDefinitionBlocks: Always
TabWidth: 4
UseTab: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment