David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
bab8c58
Branches
Tags
c++11
main
start
testcode.git
.clang-format
clang-format fields were set to default
dblume
commited
bab8c58
at 2023-08-12 23:31:35
.clang-format
Blame
History
Raw
--- Language: Cpp BasedOnStyle: Google AlignOperands: false AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLoopsOnASingleLine: false BinPackArguments: true BinPackParameters: true # PackConstructorInitializers: NextLine # <-- Preferred, but in v14 # Support vim navigation with [[ and ]] BreakBeforeBraces: Custom BraceWrapping: AfterClass: true AfterFunction: true AfterStruct: true BreakBeforeBinaryOperators: NonAssignment BreakConstructorInitializers: AfterColon DerivePointerAlignment: false SortIncludes: false SpacesBeforeTrailingComments: 1 AccessModifierOffset: -4 IndentWidth: 4 ContinuationIndentWidth: 8 ConstructorInitializerIndentWidth: 8 IndentCaseLabels: false ColumnLimit: 86 ...