ladybird/Libraries/LibLine
Timothy Flynn 27478ec7d4 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-19 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2024-12-28 05:39:32 -08:00
..
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Editor.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Editor.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
InternalFunctions.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
KeyCallbackMachine.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
KeyCallbackMachine.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Span.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StringMetrics.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Style.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionDisplay.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VT.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
XtermSuggestionDisplay.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00