diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-03-26 21:34:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 21:34:19 +0200 |
commit | b326369704ae2b7305d9a3e0f7a95af06efcb606 (patch) | |
tree | 9efef898607124e361f828c1e9013251cfcd1330 /hooks/pre-commit | |
parent | Merge pull request #280 from bunnei/misc-service-fixes (diff) | |
download | yuzu-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 '')
-rwxr-xr-x | hooks/pre-commit | 2 |
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" |