view dot_config/ripgrep/ripgreprc @ 548:1b60ade60015

Make search results in less readable
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 08:50:15 +0100
parents b12e86e6c110
children f308f66cad13
line wrap: on
line source

# Only be case sensitive if a case is present
--smart-case

# include .hgignore in ignores
--ignore-file=.hgignore

# Limit output
--max-columns=150
--max-columns-preview

--type-add
hdl:*.{sv,vhd,v}
--type-add
rtl:*.rtl.{sv,vhd}