Skip to main content

apply_defaults

Function apply_defaults 

Source
pub fn apply_defaults(builder: &mut WalkBuilder)
Expand description

Apply standard walker defaults to an existing WalkBuilder.

Sets gitignore support, hidden file visibility, and symlink policy. Callers that need additional customization (e.g., parallel walkers, symlink following) can call this then override specific settings.