Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47cf8d6c authored by Jan Sebechlebsky's avatar Jan Sebechlebsky
Browse files

Add .clang-format for virtualcamera

There's no single authoritative .clang-format in frameworks/av,
so let's add one matching the previously used format in
hardware/google/camera.

Bug: 301023410
Test: git clang-format
Change-Id: Icba492897fababad8cce9cb5be49bfdcf1fca417
parent acd0208f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false

ColumnLimit: 80
ContinuationIndentWidth: 4
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
UseTab: Never
PenaltyExcessCharacter: 32
 No newline at end of file