Skip to content

Commit

Permalink
Fix code style standards in settings files. (acquia#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 13, 2019
1 parent 0b391c5 commit 6c00206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions settings/default.includes.settings.php
Expand Up @@ -2,13 +2,13 @@

/**
* @file
* Generated by BLT. Serves as a central aggregation point for adding settings
* files.
* Generated by BLT. A central aggregation point for adding settings files.
*/

/**
* Use this file to add any addition settings files which should be required by
* your application. To use, rename this file to be `includes.settings.php and
* Adds any additional settings files required by your application.
*
* To use, rename this file to be `includes.settings.php and
* add file references to the `additionalSettingsFiles` array below.
*
* Files required into this file are included into the blt.settings.php file
Expand Down
3 changes: 2 additions & 1 deletion settings/global.settings.default.php
Expand Up @@ -6,11 +6,12 @@
*/

/**
* An example global include file.
*
* Any file placed directly in the docroot/sites/settings directory whose name
* matches a glob pattern of *.settings.php will be incorporated to the settings
* of every defined site.
*
* If instead you want to add settings to a specific site, see BLT's includes
* file in docroot/sites/{site-name}/settings/default.includes.settings.php.
*
*/

0 comments on commit 6c00206

Please sign in to comment.