comparison dot_config/ripgrep/ripgreprc @ 504:1403bfc694e4

Add ripgrep configuration file
author zegervdv <zegervdv@me.com>
date Thu, 09 Dec 2021 09:06:14 +0100
parents
children b12e86e6c110
comparison
equal deleted inserted replaced
503:18c6eb4d5c71 504:1403bfc694e4
1 # Only be case sensitive if a case is present
2 --smart-case
3
4 # Limit output
5 --max-columns=150
6 --max-columns-preview
7
8 --type-add
9 hdl:*.{sv,vhd,v}
10 --type-add
11 rtl:*.rtl.{sv,vhd}