[PATCH] D116314: [Clangfmt] Add style to separate definition blocks
ksyx via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 27 11:24:55 PST 2021
ksyx added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:1197
LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer;
+ LLVMStyle.SeparateDefinitionBlocks = true;
LLVMStyle.ShortNamespaceLines = 1;
----------------
Not so sure about this as it would break some tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116314/new/
https://reviews.llvm.org/D116314
More information about the cfe-commits
mailing list