Browse Source

Word wrap htaccess-protect option documentation

Wil Hall 7 years ago
parent
commit
9e2cd9e717
2 changed files with 4 additions and 2 deletions
  1. 2 1
      doc/03-cli.md
  2. 2 1
      doc/06-config.md

+ 2 - 1
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) →

+ 2 - 1
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) →