Files
device_google_bramble/.clang-format
Roger Liao 5bcecdaa3e Create aosp_bramble target
Bug: 138083938
Bug: 137166127
Change-Id: I9c4c318e5c7942fed113131a90ad7a94fd3a8fa6
2019-07-26 20:43:32 +08:00

14 lines
326 B
YAML

BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 99
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Right
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32
AllowShortIfStatementsOnASingleLine: false
SpacesBeforeTrailingComments: 2