Mercurial > dotfiles
comparison dot_config/ripgrep/ripgreprc @ 538:b12e86e6c110
Add .hgignore to rg ignores
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 27 Jan 2022 14:20:13 +0100 |
parents | 1403bfc694e4 |
children | f308f66cad13 |
comparison
equal
deleted
inserted
replaced
537:0cc89a031281 | 538:b12e86e6c110 |
---|---|
1 # Only be case sensitive if a case is present | 1 # Only be case sensitive if a case is present |
2 --smart-case | 2 --smart-case |
3 | |
4 # include .hgignore in ignores | |
5 --ignore-file=.hgignore | |
3 | 6 |
4 # Limit output | 7 # Limit output |
5 --max-columns=150 | 8 --max-columns=150 |
6 --max-columns-preview | 9 --max-columns-preview |
7 | 10 |