commit | 646469dcd9014f7d1f5dbe6ee7a28c150302b90b | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@chromium.org> | Fri Oct 03 15:33:28 2014 -0700 |
committer | James Robinson <jamesr@chromium.org> | Fri Oct 03 15:33:28 2014 -0700 |
tree | 8f2406d62d5613863442a4507afbd59c7f265df6 | |
parent | 0c81e9b581d74ac8f415a7fb76c681132b6b1163 [diff] [blame] |
Clone of chromium aad1ce808763f59c7a3753e08f1500a104ecc6fd refs/remotes/origin/HEAD
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..0f21d0b --- /dev/null +++ b/.clang-format
@@ -0,0 +1,4 @@ +# Defines the Chromium style for automatic reformatting. +# http://clang.llvm.org/docs/ClangFormatStyleOptions.html +BasedOnStyle: Chromium +Standard: Cpp11