[PATCH] D98237: [clang-format] Option for empty lines after an access modifier.
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 16 04:39:34 PDT 2021
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:1914
+ ELAAMS_Leave,
+ /// Always add empty line after access modifiers.
+ /// \code
----------------
It does not always add, it does enforces one empty line, or am I mistaken?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98237/new/
https://reviews.llvm.org/D98237
More information about the cfe-commits
mailing list