summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-27 05:37:05 +0200
committerGitHub <noreply@github.com>2018-03-27 05:37:05 +0200
commit1a28f4fa8c94ad43d757eeb7fc137024f356db87 (patch)
tree206bb2c17cd77562691bcb1bba79fd54bad9d68e /hooks
parentMerge pull request #279 from bunnei/tegra-progress-3 (diff)
parentlog.h: Change comment from citra to yuzu (diff)
downloadyuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.gz
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.bz2
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.lz
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.xz
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.zst
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.zip
Diffstat (limited to '')
-rwxr-xr-xhooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 098a99216..e376ed4d8 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -1,6 +1,6 @@
#!/bin/sh
-# Enforce citra's whitespace policy
+# Enforce yuzu's whitespace policy
git config --local core.whitespace tab-in-indent,trailing-space
paths_to_check="src/ CMakeLists.txt"