1 2 3 4 5 6 7 8
/// Line ending style for generated source (`new_lines` request field). pub struct NewLine; impl NewLine { pub const LF: &'static str = "lf"; pub const CRLF: &'static str = "crlf"; pub const CR: &'static str = "cr"; }