android13/hardware/google/camera/.clang-format

13 lines
277 B
YAML

BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
ColumnLimit: 80
ContinuationIndentWidth: 4
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
PointerAlignment: Left
UseTab: Never
PenaltyExcessCharacter: 32