Files
skel/dotfiles/ripgreprc
David Tomaschik 569199a280 Ripgrep config
2025-05-01 14:05:16 -07:00

13 lines
228 B
Plaintext

# ignore case unless there's an uppercase in the pattern
--smart-case
# generally stay in one file system
--one-file-system
# avoid lines too long
--max-columns=120
--max-columns-preview
# Never search in .git
--glob=!.git/*