xref: /aosp_15_r20/frameworks/av/services/camera/virtualcamera/.clang-format (revision ec779b8e0859a360c3d303172224686826e6e0e1)
1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 80
6ContinuationIndentWidth: 4
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 2
10PointerAlignment: Left
11UseTab: Never
12PenaltyExcessCharacter: 32