pub fn format_range( input: &str, config: &FormatConfig, start: usize, end: usize, ) -> Result<String>
Format only lines within a range (1-indexed, inclusive). Lines outside the range pass through unchanged.