summaryrefslogtreecommitdiff
path: root/hooks/pre-commit
diff options
context:
space:
mode:
authorGravatar bunnei2018-03-26 23:37:05 -0400
committerGravatar GitHub2018-03-26 23:37:05 -0400
commit1a28f4fa8c94ad43d757eeb7fc137024f356db87 (patch)
tree206bb2c17cd77562691bcb1bba79fd54bad9d68e /hooks/pre-commit
parentMerge pull request #279 from bunnei/tegra-progress-3 (diff)
parentlog.h: Change comment from citra to yuzu (diff)
downloadyuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.gz
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.tar.xz
yuzu-1a28f4fa8c94ad43d757eeb7fc137024f356db87.zip
Merge pull request #282 from N00byKing/patch-2
Change comments from citra to yuzu
Diffstat (limited to 'hooks/pre-commit')
-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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Enforce citra's whitespace policy 3# Enforce yuzu's whitespace policy
4git config --local core.whitespace tab-in-indent,trailing-space 4git config --local core.whitespace tab-in-indent,trailing-space
5 5
6paths_to_check="src/ CMakeLists.txt" 6paths_to_check="src/ CMakeLists.txt"