mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 05:40:10 +01:00
Change-Id: I1d3b9d51305d257c9c322caf4cf4d97667fb687b Signed-off-by: Ben Davis <ben.davis@arm.com>
19 lines
529 B
YAML
19 lines
529 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
minimum_pre_commit_version: 2.9.0
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v10.0.1
|
|
hooks:
|
|
- id: clang-format
|
|
|
|
- repo: local
|
|
hooks:
|
|
- id: copyright-check
|
|
name: copyright-check
|
|
description: Checks for a valid copyright header
|
|
entry: check_copyright.py
|
|
language: script
|
|
types_or: [c, c++]
|