summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2022-05-15 02:06:02 +0200
committerAndrea Pappacoda <andrea@pappacoda.it>2022-07-27 12:53:49 +0200
commitcdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59 (patch)
tree7408bc4f2cfae74247b567fd852700c2c69b006d /hooks
parentMerge pull request #8652 from lat9nq/ffmpeg-gh (diff)
downloadyuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.gz
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.bz2
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.lz
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.xz
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.tar.zst
yuzu-cdb240f3d4d9c0d6d56e6660d8c45da4ab60ff59.zip
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/pre-commit3
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index e376ed4d8..484eef176 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -1,5 +1,8 @@
#!/bin/sh
+# SPDX-FileCopyrightText: 2015 Citra Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Enforce yuzu's whitespace policy
git config --local core.whitespace tab-in-indent,trailing-space