pub fn insert_line_after(text: &str, idx: usize, line: &str) -> String
Insert line after line index idx, preserving the file’s line style.
line
idx