Max_S added inline comments.

================
Comment at: clang/include/clang/Format/Format.h:1914
+    ELAAMS_Leave,
+    /// Always add empty line after access modifiers.
+    /// \code
----------------
HazardyKnusperkeks wrote:
> It does not always add, it does enforces one empty line, or am I mistaken?
It adds it if it is missing, but leaves additional lines. All in all 
MaxEmptyLinesToKeep has precedence here. If MaxEmptyLinesToKeep is zero, then 
no line is added.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98237

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to