From 0d1da4356173e926fdcac42462daa4fcb7617109 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 21 Dec 2020 16:11:17 +0100 Subject: Initial commit --- .phpcs.xml.dist | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .phpcs.xml.dist (limited to '.phpcs.xml.dist') diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist new file mode 100644 index 0000000..3d642df --- /dev/null +++ b/.phpcs.xml.dist @@ -0,0 +1,59 @@ + + + Generally-applicable sniffs for WordPress plugins. + + + . + /build/ + /node_modules/ + /tests/bootstrap.php + /vendor/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + 0 + + + 0 + + -- cgit v1.2.3