blob: e52e4238163de93b0da2e056294411e41a4c3237 [file] [log] [blame]
# 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"]