From 7a1e0cf68a9d19beacc2c40a4e78ec4554135fa0 Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Wed, 2 Jul 2014 12:37:49 -0700 Subject: [PATCH] Use Chromium style for clang-format Change-Id: I364b5fb93645595c45abf70b8098df8f84c155c3 --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000..0a896016ab --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +# Defines the Chromium style for automatic reformatting. +# http://clang.llvm.org/docs/ClangFormatStyleOptions.html +BasedOnStyle: Chromium