Merge "Only allow short functions in class definitions."

This commit is contained in:
Christopher Ferris 2017-03-28 21:20:16 +00:00 committed by Gerrit Code Review
commit e3b27d22bf
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false

View File

@ -1,5 +1,6 @@
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false