Ripgrep config

This commit is contained in:
David Tomaschik
2025-05-01 14:05:16 -07:00
parent 61e81f33c8
commit 569199a280
4 changed files with 682 additions and 0 deletions

12
dotfiles/ripgreprc Normal file
View File

@@ -0,0 +1,12 @@
# 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/*