Add ripgrep config

Now it's possible to use ripgrep without worrying about files with
really long lines taking up the entire screen.
This commit is contained in:
Donovan Glover 2021-11-14 11:12:32 -05:00
parent 21169e1d1f
commit 0748f72be9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Don't show results for very long lines (e.g. minified files)
--max-columns=200

15
ripgrep/README.md Normal file
View File

@ -0,0 +1,15 @@
# ripgrep
[ripgrep][ripgrep] is a modern version of grep.
## Use Cases
ripgrep can be used to:
- Search for strings in projects
You should not use ripgrep if:
- You should use ripgrep.
[ripgrep]: https://github.com/BurntSushi/ripgrep