Skip to content

Commit

Permalink
Roll buildtools to pull clang-format.
Browse files Browse the repository at this point in the history
BUG=428816
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#302341}
  • Loading branch information
nico authored and Commit bot committed Oct 31, 2014
1 parent ef7aaab commit 1c79f86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
# This defaults to 'Auto'. Explicitly set it for a while, so that
# 'vector<vector<int> >' in existing files gets formatted to
# 'vector<vector<int>>'. ('Auto' means that clang-format will only use
# 'int>>' if the file already contains at least one such instance.)
Standard: Cpp11
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5',
'buildtools_revision': '51ca1f25a2ecea34069cb3ff35394dc53b6fd657',
# 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 1c79f86

Please sign in to comment.