From 927e6046efc6ec605a7fc3a47ea2a94a16b49f9e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 15 Sep 2017 10:51:45 +0200 Subject: [PATCH] Add README for IDE section --- doc/IDE/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/IDE/README diff --git a/doc/IDE/README b/doc/IDE/README new file mode 100644 index 0000000000..3ed2607c53 --- /dev/null +++ b/doc/IDE/README @@ -0,0 +1,15 @@ +/** + * How setup an IDE for developing EGroupware + * + * @link http://www.egroupware.org + * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License + * @author Hadi Nategh + * @version $Id$ + */ + +======================================================== + +Please download and import a relative formatting settings package for your IDE. + +Formatting package will help you to get started coding with EGroupware and will +take all formatting and code conventions used in EGroupware project into account.