Browse Source
pre-commit: Change comment from citra to yuzu
pull/15/merge
N00byKing
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|