]> granicus.if.org Git - clang/commit
clang-format: Add option to control call argument bin-packing separately
authorDaniel Jasper <djasper@google.com>
Thu, 9 Oct 2014 09:52:05 +0000 (09:52 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 9 Oct 2014 09:52:05 +0000 (09:52 +0000)
commit01d1a20869d4f748f9a0c60e4b473f025c16a63e
treec5ce6eb8dea518c9ce99ffebf0654c3bb7b17463
parentb800824f17ee7b931f93632ec9b048c6a9bb5e97
clang-format: Add option to control call argument bin-packing separately

This is desirable for the Chromium style guide:
http://www.chromium.org/developers/coding-style

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219400 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp