commit | fad8370cfbf24c8913fc898950698c3675133e23 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Aug 24 20:47:46 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 24 20:47:46 2015 +0000 |
tree | 5794e16470ba4c69adea39b7ded3d4f6b4de30c7 | |
parent | a19a9348b7160ce967c70a9f4f38afede8dcafa9 [diff] | |
parent | 8258cd7c1b06d940e49a851c2bc208f21d9fe856 [diff] |
Merge "Improve .clang-format."
diff --git a/.clang-format b/.clang-format index 2b83a1f..ea19538 100644 --- a/.clang-format +++ b/.clang-format
@@ -5,7 +5,10 @@ CommentPragmas: NOLINT:.* DerivePointerAlignment: false IndentWidth: 2 +ContinuationIndentWidth: 2 PointerAlignment: Left TabWidth: 2 UseTab: Never PenaltyExcessCharacter: 32 + +Cpp11BracedListStyle: false