blob: 39ee5ddf0e4c593ad9deec15c562f874bab36649 [file] [log] [blame]
# 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