[PATCH] D116314: [clang-format] Add style to separate definition blocks

ksyx via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 1 05:49:20 PST 2022


ksyx added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3398
 
+**SeparateDefinitionBlocks** (``SeparateDefinitionStyle``) :versionbadge:`clang-format 14`
+  Specifies the use of empty lines to separate definition blocks, including classes,
----------------
MyDeveloperDay wrote:
> EmptyLinesBetweenBlocks?
It feel like for me that it is implying that there will also be empty lines surrounding blocks of, for example, `for` and `if`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116314/new/

https://reviews.llvm.org/D116314



More information about the cfe-commits mailing list