From 9e2cd9e717e93a5024525a473cf23938874add78 Mon Sep 17 00:00:00 2001 From: Wil Hall Date: Fri, 16 Jun 2017 08:26:43 -0400 Subject: [PATCH] Word wrap htaccess-protect option documentation --- doc/03-cli.md | 3 ++- doc/06-config.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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) →