doc: sync config file examples

This brings the examples for configuration files in sync between
the man page and the guide.
This commit is contained in:
Ahmed El Gabri
2018-05-25 12:42:05 +02:00
committed by Andrew Gallant
parent c21b9b20cf
commit c3f97513d6
2 changed files with 29 additions and 0 deletions

View File

@@ -539,6 +539,13 @@ $ cat $HOME/.ripgreprc
--type-add
web:*.{html,css,js}*
# Using glob patterns to include/exclude files or folders
--glob=!git/*
# or
--glob
!git/*
# Set the colors.
--colors=line:none
--colors=line:style:bold