[PATCH] D146101: [clang-format] Add DesignatedInitializerIndentWidth option.
Jon Phillips via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 31 04:09:37 PDT 2023
jp4a50 updated this revision to Diff 509982.
jp4a50 added a comment.
Replace DesignatedInitializerIndentWidth with BracedInitializerIndentWidth which applies to a broader range of initializers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146101/new/
https://reviews.llvm.org/D146101
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/docs/tools/dump_format_style.py
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/unittests/Format/ConfigParseTest.cpp
clang/unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146101.509982.patch
Type: text/x-patch
Size: 15901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230331/440ccae8/attachment-0001.bin>
More information about the cfe-commits
mailing list