[clang] [clang-format] Add options to set number of empty lines after includes (PR #78957)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 23:54:28 PST 2024


================
@@ -0,0 +1,159 @@
+//===--- IncludesSeparator.cpp ---------------------------*- C++ -*-===//
----------------
mydeveloperday wrote:

> Does this have to be done in a separate pass? Couldn't it be done in the normal formatting?

+1 to that, we shouldn't really need a seperate pass 

https://github.com/llvm/llvm-project/pull/78957


More information about the cfe-commits mailing list