Skip to content

Instantly share code, notes, and snippets.

@CaptainHandyman
Last active May 13, 2021 06:19
Show Gist options
  • Save CaptainHandyman/fcba41c6ff722b7873d0c4156dbb3990 to your computer and use it in GitHub Desktop.
Save CaptainHandyman/fcba41c6ff722b7873d0c4156dbb3990 to your computer and use it in GitHub Desktop.
---
BasedOnStyle: Google
AlignAfterOpenBracket: Align
AlignOperands: 'true'
AllowAllArgumentsOnNextLine: 'true'
AllowAllConstructorInitializersOnNextLine: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AllowShortBlocksOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: 'Yes'
BinPackArguments: 'true'
BinPackParameters: 'true'
BreakAfterJavaFieldAnnotations: 'true'
BreakBeforeBinaryOperators: All
BreakBeforeTernaryOperators: 'true'
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
ContinuationIndentWidth: '0'
Cpp11BracedListStyle: 'true'
FixNamespaceComments: 'true'
IncludeBlocks: Preserve
IndentCaseLabels: 'true'
IndentPPDirectives: BeforeHash
IndentWidth: '4'
IndentWrappedFunctionNames: 'true'
Language: Cpp
MaxEmptyLinesToKeep: '1'
NamespaceIndentation: All
PointerAlignment: Right
SortIncludes: 'true'
SortUsingDeclarations: 'true'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeCpp11BracedList: 'true'
SpaceBeforeCtorInitializerColon: 'true'
SpaceBeforeInheritanceColon: 'true'
SpaceBeforeRangeBasedForLoopColon: 'true'
SpacesInContainerLiterals: 'true'
TabWidth: '4'
UseTab: Always
AccessModifierOffset: '-2'
ContinuationIndentWidth: '4'
ReflowComments: 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment