Update code to comply with WP Coding Standards (#38)

Co-authored-by: @pewgeuges <pewgeuges@gmail.com>
This commit is contained in:
Ben Goldsworthy 2021-02-25 19:17:00 +00:00 committed by GitHub
parent 828ed818f1
commit 02c6c1c362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 4328 additions and 3935 deletions

4
_tools/setup.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cp contrib/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit