cfg/.config/ripgreprc
Knut Ahlers 3d08fb9d83
Configure ripgrep through RIPGREP_CONFIG_PATH
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-22 15:32:11 +02:00

6 lines
135 B
Plaintext

# Search for upper and lower case characters when input is all lowercase
--smart-case
# Exclude vendor directory
--glob=!**/vendor/**