Add sublime option to the config file

This commit is contained in:
Barry
2013-03-23 15:32:15 +01:00
parent b15e19a301
commit 51a40659d6
3 changed files with 17 additions and 3 deletions
+12
View File
@@ -13,6 +13,18 @@ return array(
'filename' => '_IDE_helper.php',
/*
|--------------------------------------------------------------------------
| Sublime version
|--------------------------------------------------------------------------
|
| Use a different code format, better for SublimeText (instead of Netbeans/phpStorm)
| Can also be used with the --sublime (-S) option.
|
*/
'sublime' => false,
/*
|--------------------------------------------------------------------------
| Helper files to include