Merge "adb: add 100 column limit to .clang-format." am: 389cab802a am: ddb8244bc8

am: bc74fa9bed

* commit 'bc74fa9bedc4029594221b0b10f345f21d02d6ac':
  adb: add 100 column limit to .clang-format.
This commit is contained in:
Josh Gao 2015-11-11 22:31:42 +00:00 committed by android-build-merger
commit abc3544c82

View file

@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4