Merge "Add a PREUPLOAD.cfg file to run git-clang-format on every commit"
am: 59aea45254
Change-Id: Ibfb57f2d8f273c513e7f7fdef97676683a1c6ca9
This commit is contained in:
commit
5f3e037e60
|
@ -0,0 +1,13 @@
|
|||
BasedOnStyle: Google
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
||||
AccessModifierOffset: -2
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
PenaltyExcessCharacter: 32
|
|
@ -0,0 +1,5 @@
|
|||
[Builtin Hooks]
|
||||
clang_format = true
|
||||
|
||||
[Builtin Hooks Options]
|
||||
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
Loading…
Reference in New Issue