Add a HACKING file to describe the coding style used in the project
[tweeper.git] / HACKING
diff --git a/HACKING b/HACKING
new file mode 100644 (file)
index 0000000..14fba7e
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,10 @@
+The code follows the Drupal coding standards:
+https://www.drupal.org/coding-standards
+
+Style compliance can be checked using the Coder Sniffer extension to the PEAR
+PHP_CodeSniffer project, for instructions about how to install Coder Sniffer
+see https://www.drupal.org/node/1419988
+
+Use this command to check the style:
+
+  $ phpcs --standard=Drupal .