From 405e83591bf80c51334ce1b9b800232ab418363f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Thu, 23 Mar 2023 11:35:10 -0300 Subject: [PATCH] Updated .gitconfig with hooksPath. --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8c3619c03..cb3239ac5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,9 @@ +# +# Add this so clang-format is run automatically before each commit. +# +[core] + hooksPath = .githooks/ + # # Copy this setting to your .git/config file to allow diffing .po and .pot # files without getting distracted by the filename and line bumber comments.