mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 02:10:13 +01:00
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com> Change-Id: I76f87648a8ddaeddb6774123d263957b845d10a1
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: v14.0.0
|
|
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++]
|