diff options
author | Daniel Jasper <djasper@google.com> | 2015-10-27 12:38:37 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-10-27 12:38:37 +0000 |
commit | 6501f7e8fdebcf2094d7506f121bf9be36621bdf (patch) | |
tree | 5d8bf08e233c1266722450c669c1fdb12cf44e95 /llvm/lib/MC/StringTableBuilder.cpp | |
parent | 244d27149a2a89ef50c45c37cd907c73bf9b30df (diff) | |
download | llvm-6501f7e8fdebcf2094d7506f121bf9be36621bdf.zip llvm-6501f7e8fdebcf2094d7506f121bf9be36621bdf.tar.gz llvm-6501f7e8fdebcf2094d7506f121bf9be36621bdf.tar.bz2 |
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Summary:
If this option is set, clang-format will always insert a line wrap, e.g.
before the first parameter of a function call unless all parameters fit
on the same line. This obviates the need to make a decision on the
alignment itself.
Use this style for Google's JavaScript style and add some minor tweaks
to correctly handle nested blocks etc. with it. Don't use this option
for for/while loops.
Reviewers: klimek
Subscribers: klimek, cfe-commits
Differential Revision: http://reviews.llvm.org/D14104
llvm-svn: 251405
Diffstat (limited to 'llvm/lib/MC/StringTableBuilder.cpp')
0 files changed, 0 insertions, 0 deletions