commit | 5a9d5691a44a128fc6a170380f0683b734dabada | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue May 31 18:17:14 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Jun 01 18:20:15 2016 -0700 |
tree | 8b8550ed0c691ecc8b81270f892e6455907d6781 | |
parent | 2f82dc50edd86fbc5e28e3695c5615f8325b2cd6 [diff] |
Fix .clang-format ContinuationIndentWidth. Change-Id: If41900122accb2c1ebf012bfa07de9b0fa9690fc
diff --git a/.clang-format b/.clang-format index 9b7478c..b8c6428 100644 --- a/.clang-format +++ b/.clang-format
@@ -6,7 +6,6 @@ CommentPragmas: NOLINT:.* DerivePointerAlignment: false IndentWidth: 2 -ContinuationIndentWidth: 2 PointerAlignment: Left TabWidth: 2 UseTab: Never