blob: a74b62a0b90f59ad8cfaccf6b6e7e0844f4c9240 [file] [log] [blame]
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
# Please keep this file in sync with system/core/.clang-format-4
#
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeTernaryOperators: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
ContinuationIndentWidth: 8
PointerAlignment: Left
SpaceAfterCStyleCast: true
TabWidth: 4
UseTab: Never