diff options
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/pre-commit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit index e376ed4d8..484eef176 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # SPDX-FileCopyrightText: 2015 Citra Emulator Project | ||
| 4 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 5 | |||
| 3 | # Enforce yuzu's whitespace policy | 6 | # Enforce yuzu's whitespace policy |
| 4 | git config --local core.whitespace tab-in-indent,trailing-space | 7 | git config --local core.whitespace tab-in-indent,trailing-space |
| 5 | 8 | ||