mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Ripgrep config
This commit is contained in:
12
dotfiles/ripgreprc
Normal file
12
dotfiles/ripgreprc
Normal 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/*
|
||||
Reference in New Issue
Block a user