rg: add ripgreprc
This commit is contained in:
parent
162fb63f6d
commit
7602ff75b4
20
dot_config/ripgreprc
Normal file
20
dot_config/ripgreprc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Search hidden files
|
||||||
|
--hidden
|
||||||
|
|
||||||
|
# Use PCRE2 regex engine
|
||||||
|
# Related flags: --no-pcre2, --no-pcre2-unicode
|
||||||
|
-P
|
||||||
|
|
||||||
|
# Smart case# equivalent to --smart-case
|
||||||
|
-S
|
||||||
|
|
||||||
|
# Follow symbolic link
|
||||||
|
-L
|
||||||
|
|
||||||
|
# Ignore .git directory
|
||||||
|
--glob
|
||||||
|
!.git/*
|
||||||
|
|
||||||
|
# Suppress ALL error messages.
|
||||||
|
# This flag can be disabled with the `--messages` flag.
|
||||||
|
--no-messages
|
Loading…
Reference in New Issue
Block a user