blob: f5c9843136fe9ab8b1e866ccdc0b7fb6b5e09ae9 [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: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never