# https://clang.llvm.org/docs/ClangFormatStyleOptions.html | |
# | |
BasedOnStyle: Google | |
AccessModifierOffset: -2 | |
AllowShortFunctionsOnASingleLine: Inline | |
BreakBeforeTernaryOperators: true | |
ColumnLimit: 100 | |
CommentPragmas: NOLINT:.* | |
DerivePointerAlignment: false | |
IndentWidth: 4 | |
PointerAlignment: Left | |
SpaceAfterCStyleCast: true | |
TabWidth: 4 | |
UseTab: Never | |
PenaltyExcessCharacter: 32 |