Last active
November 16, 2023 08:47
-
-
Save hqhs/55660316a83ec31624a158a848e19b3e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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