From 33f78dd7a8b5679e3f4db0e75026c1f6f7a971e8 Mon Sep 17 00:00:00 2001 From: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:02:48 -0400 Subject: [PATCH] Restore original whitespace line breaks --- doc/cpp-modules.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/cpp-modules.md b/doc/cpp-modules.md index 56c2bf6c7..cde6059e8 100644 --- a/doc/cpp-modules.md +++ b/doc/cpp-modules.md @@ -7,7 +7,9 @@ > please open an issue. FTXUI provides an experimental support for [C++20 -modules](https://en.cppreference.com/w/cpp/language/modules) to improve compilation times and code organization. The existing API has a module corresponding to each header. +modules](https://en.cppreference.com/w/cpp/language/modules) to improve +compilation times and code organization. The existing API has a module +corresponding to each header. **Example with CMake and Ninja** @@ -39,7 +41,8 @@ ninja ### Module list The modules directly reference the corresponding header, or a group of related -headers to provide a more convenient interface. The following modules are available: +headers to provide a more convenient interface. The following modules +are available: - `ftxui` - `ftxui.component`