From 68a0dc40b585d57f8f5b6332da086eb1df75ec69 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Mon, 6 Feb 2023 13:38:55 +0100 Subject: [PATCH] [cmake] Synchronize --- .pre-commit-config.yaml | 5 +++++ cmake | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd16ba2..abf7bd4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,11 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: +- repo: https://github.com/pre-commit/mirrors-clang-format + rev: v14.0.6 + hooks: + - id: clang-format + args: [--style=Google] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: diff --git a/cmake b/cmake index b0b0f47..57c46b2 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit b0b0f4776d126905ddd9dc89006ce82a06447e8a +Subproject commit 57c46b2d7b26bb0c25f8f98cfc2a9868e03be603 -- GitLab