Merge "Fix .clang-format ContinuationIndentWidth."

This commit is contained in:
Josh Gao 2016-06-02 01:21:42 +00:00 committed by Gerrit Code Review
commit 8a48d9d63b
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
ContinuationIndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never