.clang-format: 100 lines

am: 5242af6d24

Change-Id: I1f6efce2c2c1ef8c0ec9dee58a9dc9b8e33c3903
This commit is contained in:
Steven Moreland 2017-05-03 21:55:22 +00:00 committed by android-build-merger
commit 1cc7108736

View file

@ -14,15 +14,11 @@
# limitations under the License.
#
#
# Below are some minor deviations from the default Google style to
# accommodate for handling of the large legacy code base.
#
BasedOnStyle: Google
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
TabWidth: 4
UseTab: Never
IndentWidth: 4