Merge "system-clang-format: Add Standard: Cpp11"

This commit is contained in:
Treehugger Robot
2019-07-11 01:10:04 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
BasedOnStyle: Google BasedOnStyle: Google
Standard: Cpp11
AccessModifierOffset: -2 AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100 ColumnLimit: 100

View File

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