commit | a80ae8b84812d69ca63647262ab888b2f40d55a0 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Aug 24 19:47:16 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 24 19:47:16 2015 +0000 |
tree | c3d1e5adc0e37d420efe51f43344701abf37e845 | |
parent | 4d7d05bd60b1d0bc20c95dd764fc2d916a12bb74 [diff] | |
parent | 6e68c075503867d24969fdf4b302863a1efb0ca3 [diff] |
Merge "Add a .clang-format file."
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2b83a1f --- /dev/null +++ b/.clang-format
@@ -0,0 +1,11 @@ +BasedOnStyle: Google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false + +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IndentWidth: 2 +PointerAlignment: Left +TabWidth: 2 +UseTab: Never +PenaltyExcessCharacter: 32