summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-09-24 23:32:45 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-25 06:32:58 +0000
commit57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d (patch)
tree5325eeeb13374d1eac385ee3d188326a73642aec /.clang-format
parentf85d9cd16f0459faa5ec6243940332dfc8d3dcd0 (diff)
downloadchromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.zip
chromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.tar.gz
chromium_src-57e3f0ac1042d7acbf6ff2d62b47f7d4033dc51d.tar.bz2
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}
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
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