Merge "Fix clang-format file for correct indent settings."

This commit is contained in:
Dan Albert 2015-03-19 20:30:14 +00:00 committed by Gerrit Code Review
commit 780d7d9f73
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ AllowShortFunctionsOnASingleLine: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
IndentWidth: 4
PointerAlignment: Left
TabWidth: 2
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32