//! Defines the `WhitespaceMode` enum for controlling patch matching sensitivity.
//!
//! This enum is used by the backtracking patcher to specify how strictly
//! whitespace should be handled when comparing lines.
/// Controls whitespace sensitivity when matching patch context and deletions.