rfgrep 0.4.0

Advanced recursive file grep utility with comprehensive file type classification - search, list, and analyze 153+ file formats with intelligent filtering and safety policies
Documentation
version = 1

test_patterns = [
	"tests/**",
	"benches/**",
	"examples/**",
]

exclude_patterns = [
	"target/**",
	"**/target/**",
	"docs/**",
	"man/**",
	".git/**",
]

[[analyzers]]
name = "rust"
enabled = true

[[analyzers]]
name = "secrets"
enabled = true

[[transformers]]
name = "rustfmt"
enabled = true