From 6d44f01a9f1e002933c158975a63ba13787ee1ee Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 23 May 2016 15:55:34 +0200 Subject: [PATCH] Add a HACKING file to describe the coding style used in the project --- HACKING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 HACKING diff --git a/HACKING b/HACKING new file mode 100644 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 . -- 2.1.4