# Copyright (c) 2023 Arm Limited. # SPDX-License-Identifier: Apache-2.0 # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: local hooks: - id: clang-format name: clang-format exclude: build|third_party language: system entry: clang-format types: ["c++"] args: ["-i"]