|
|
|
#
|
|
|
|
# Copyright Quadrivium LLC
|
|
|
|
# All Rights Reserved
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
BasedOnStyle: Google
|
|
|
|
NamespaceIndentation: All
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
AlignOperands: AlignAfterOperator
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Right
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
IncludeBlocks: Preserve
|
|
|
|
InsertBraces: true
|
|
|
|
InsertTrailingCommas: Wrapped
|
|
|
|
SortIncludes: CaseSensitive
|
|
|
|
QualifierAlignment: Custom
|
|
|
|
QualifierOrder: ['inline', 'static', 'constexpr', 'const', 'volatile', 'type', 'restrict']
|
|
|
|
ReferenceAlignment: Right
|
|
|
|
# uncomment in clang-format-16
|
|
|
|
#RemoveSemicolon: true
|
|
|
|
#InsertNewlineAtEOF: true
|