[PATCH] D109557: Adds an AlignCloseBracket option
Cameron Mulhern via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 9 17:37:54 PDT 2021
csmulhern created this revision.
csmulhern added a reviewer: MyDeveloperDay.
csmulhern requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This style can be used to control the alignment of closing brackets.
For prior work on a similar feature, see: https://reviews.llvm.org/D33029.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109557
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/ContinuationIndenter.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109557.371756.patch
Type: text/x-patch
Size: 13113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210910/92b22908/attachment-0001.bin>
More information about the cfe-commits
mailing list