Skip to content

Instantly share code, notes, and snippets.

@hqhs
Last active November 16, 2023 08:47
Show Gist options
  • Save hqhs/55660316a83ec31624a158a848e19b3e to your computer and use it in GitHub Desktop.
Save hqhs/55660316a83ec31624a158a848e19b3e to your computer and use it in GitHub Desktop.
BasedOnStyle: WebKit
AlignAfterOpenBracket: BlockAlign
AlignConsecutiveMacros: AcrossEmptyLines
AlignEscapedNewlines: DontAlign
AlignOperands: Align
AllowShortEnumsOnASingleLine: false
AlwaysBreakAfterReturnType: All
BinPackParameters: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
ColumnLimit: 140
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
DeriveLineEnding: false
DerivePointerAlignment: false
PointerAlignment: Right
ExperimentalAutoDetectBinPacking: true
IncludeBlocks: Merge
IndentCaseLabels: true
IndentWidth: 4
LineEnding: LF
MaxEmptyLinesToKeep: 2
ReflowComments: false
SortIncludes: false
SpaceAfterCStyleCast: true
SpaceBeforeParens: Never
SpaceInEmptyParentheses: true
SpacesBeforeTrailingComments: 3
UseCRLF: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment