You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/src/.ripgreprc

14 lines
259 B

2 years ago
# https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#configuration-file
# Limit output width
--max-columns=150
# Print Unix-style paths
--path-separator=/
# Search hidden files and directories
--hidden
# Don't search .git directories
--glob=!.git