diff --git a/doc/03-cli.md b/doc/03-cli.md index c732f6195..964b5df99 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -900,6 +900,7 @@ repository options. ### COMPOSER_HTACCESS_PROTECT -Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files in the composer home, cache, and data directories. +Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files in the +composer home, cache, and data directories. ← [Libraries](02-libraries.md) | [Schema](04-schema.md) → diff --git a/doc/06-config.md b/doc/06-config.md index b2af0a2f5..2980e1c31 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -267,6 +267,7 @@ Example: ## htaccess-protect -Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files in the composer home, cache, and data directories. +Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files +in the composer home, cache, and data directories. ← [Repositories](05-repositories.md) | [Community](07-community.md) →