ladybird/Libraries/LibWeb/Editing
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
..
Internal LibWeb: Do not require visible nodes in the wrap editing algorithm 2024-12-21 19:15:58 +01:00
CommandNames.cpp LibWeb/Editing: Fix small copy-paste error 2024-11-30 17:05:01 -05:00
CommandNames.h
Commands.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Commands.h LibWeb: Implement the "record current states and values" Editing algo 2024-12-21 19:15:58 +01:00
ExecCommand.cpp LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00