Skip to content

Commit

Permalink
Roll buildtools to pull clang-format, Standard: Cpp11 in .clang-format
Browse files Browse the repository at this point in the history
Per bug discussion, add Standard: Cpp11 to encourage ">>" over "> >".

[email protected]
BUG=417296

Review URL: https://codereview.chromium.org/599093008

Cr-Commit-Position: refs/heads/master@{#296665}
  • Loading branch information
sgraham authored and Commit bot committed Sep 25, 2014
1 parent f85d9cd commit 57e3f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
Standard: Cpp11
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 57e3f0a

Please sign in to comment.