commit | b76960c9845ba0e2f4dbfabe9dc747e752b8049e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Nov 14 18:20:14 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 14 18:20:14 2016 +0000 |
tree | 3e492494bb9cbee3b5e4b67489f6f6fae1c52ccb | |
parent | a844bc9649d039f5f689b7e264993d35442833a3 [diff] | |
parent | 74bda5f65b69bc1ed664fdfb39049e9120e04dec [diff] |
Merge "Add .clang-format style file."
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..b8c6428 --- /dev/null +++ b/.clang-format
@@ -0,0 +1,14 @@ +BasedOnStyle: Google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false + +ColumnLimit: 100 +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IndentWidth: 2 +PointerAlignment: Left +TabWidth: 2 +UseTab: Never +PenaltyExcessCharacter: 32 + +Cpp11BracedListStyle: false