[clang] [clang-format] Add options to set number of empty lines after includes (PR #78957)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 12:30:47 PST 2024
================
@@ -0,0 +1,159 @@
+//===--- IncludesSeparator.cpp ---------------------------*- C++ -*-===//
----------------
HazardyKnusperkeks wrote:
Does this have to be done in a separate pass? Couldn't it be done in the normal formatting?
https://github.com/llvm/llvm-project/pull/78957
More information about the cfe-commits
mailing list