From 857e178381a04301bb7eb63e85fad5be7a18d7b3 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 24 Feb 2024 16:25:21 +0100 Subject: [PATCH] =?UTF-8?q?style:=20move=20=E2=80=B9args=E2=80=BA=20right?= =?UTF-8?q?=20under=20=E2=80=B9entry=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e07cf4e..3c711ef 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,12 +3,12 @@ name: clang-format description: Format C/C++ sources with ‹clang-format›. entry: clang-format -i + args: + - "-style=file" language: system types_or: - c - c++ - args: - - "-style=file" # Rust - id: rust-fmt