Lines Matching full:format
14 # Currently we fix a certain version of clang-format to avoid unstable linting,
16 set(PANDA_CLANG_FORMAT "clang-format-9")
18 # Require clang-format
22 DOC "Path to clang-format executable"
25 message(WARNING "Clang-format not found.")
27 message(STATUS "clang-format found: ${CLANG_FORMAT}")
66 # Also add format-target for headers
84 # Function to check through clang-format
90 COMMAND ${PANDA_ROOT}/scripts/run-clang-format ${PANDA_CLANG_FORMAT} ${src})
96 set(CHECK_CONCURRENCY_FORMAT "${PANDA_ROOT}/scripts/run-check-concurrency-format.sh")
118 # Function to force style through clang-format