summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-03-26 21:34:19 +0200
committerGitHub <noreply@github.com>2018-03-26 21:34:19 +0200
commitb326369704ae2b7305d9a3e0f7a95af06efcb606 (patch)
tree9efef898607124e361f828c1e9013251cfcd1330 /hooks
parentMerge pull request #280 from bunnei/misc-service-fixes (diff)
downloadyuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.gz
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.bz2
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.lz
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.xz
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.zst
yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.zip
Diffstat (limited to 'hooks')
-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"