[clang] [clang-format] Separate License text and include blocks (PR #77918)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 19 11:47:37 PST 2024


================
@@ -1035,6 +1039,8 @@ template <> struct MappingTraits<FormatStyle> {
     IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep);
     IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation);
     IO.mapOptional("NamespaceMacros", Style.NamespaceMacros);
+    IO.mapOptional("EmptyLinesAfterTopLevelComment",
----------------
HazardyKnusperkeks wrote:

Remove

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


More information about the cfe-commits mailing list