Merge "clang-format: Adjust short functions / if settings." am: d6a5005fcb

am: 3541850a9a

Change-Id: Iae26e512af03094e6f38864241e79eeff32fbb6b
This commit is contained in:
Tao Bao
2016-12-13 18:27:51 +00:00
committed by android-build-merger
+2 -1
View File
@@ -1,6 +1,7 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*