view 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
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}