Skip to content
Snippets Groups Projects
Unverified Commit b3263697 authored by N00byKing's avatar N00byKing Committed by GitHub
Browse files

pre-commit: Change comment from citra to yuzu

parent 8c8da936
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# Enforce citra's whitespace policy # Enforce yuzu's whitespace policy
git config --local core.whitespace tab-in-indent,trailing-space git config --local core.whitespace tab-in-indent,trailing-space
paths_to_check="src/ CMakeLists.txt" paths_to_check="src/ CMakeLists.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment