xref: /aosp_15_r20/frameworks/av/.clang-format (revision ec779b8e0859a360c3d303172224686826e6e0e1)
1BasedOnStyle: Google
2Standard: Cpp11
3AccessModifierOffset: -2
4AllowShortFunctionsOnASingleLine: Inline
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IncludeBlocks: Preserve
9IndentWidth: 4
10ContinuationIndentWidth: 8
11PointerAlignment: Left
12TabWidth: 4
13UseTab: Never
14