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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 1 03:36:01 PST 2022


MyDeveloperDay accepted this revision.
MyDeveloperDay added a comment.

LGTM thank you for this patch, I'll also definately use this myself.



================
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,
----------------
EmptyLinesBetweenBlocks?


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

https://reviews.llvm.org/D116314



More information about the cfe-commits mailing list