0

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}
This commit is contained in:
scottmg
2014-09-24 23:32:45 -07:00
committed by Commit bot
parent f85d9cd16f
commit 57e3f0ac10
2 changed files with 2 additions and 1 deletions

@ -1,3 +1,4 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
Standard: Cpp11

2
DEPS

@ -55,7 +55,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other.
'buildtools_revision': '6d24aadb361dc9a914bbe321915972461fe0444c',
'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFIum
# and whatever else without interference from each other.