From 57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d Mon Sep 17 00:00:00 2001 From: scottmg Date: Wed, 24 Sep 2014 23:32:45 -0700 Subject: Roll buildtools to pull clang-format, Standard: Cpp11 in .clang-format Per bug discussion, add Standard: Cpp11 to encourage ">>" over "> >". TBR=thakis@chromium.org BUG=417296 Review URL: https://codereview.chromium.org/599093008 Cr-Commit-Position: refs/heads/master@{#296665} --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 0a89601..0f21d0b 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,4 @@ # Defines the Chromium style for automatic reformatting. # http://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: Chromium +Standard: Cpp11 -- cgit v1.1