From c4c41bf7b55f788f2beea1e55d3bca225610945f Mon Sep 17 00:00:00 2001 From: sanathkeshav Date: Fri, 6 Sep 2024 12:19:53 +0200 Subject: [PATCH] added args to pre-commit config file --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac5a5de..0240fee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,4 +19,5 @@ repos: rev: v8.0.1 hooks: - id: clang-format + args: ['--style=file'] exclude: "include/json.hpp"