style: Add C++ pre-commit hooks (#2039)

This commit is contained in:
Ayaz Salikhov
2025-04-29 15:12:38 +01:00
committed by GitHub
parent fadd60e68a
commit 9b83eb4033
6 changed files with 45 additions and 95 deletions

View File

@@ -3,6 +3,8 @@ project(docs)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/ClioVersion.cmake)
# cmake-format: off
# Generate `docs` target for doxygen documentation
# Note: use `cmake --build . --target docs` from your `build` directory to generate the documentation
# cmake-format: on
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Docs.cmake)