Struct whitespace_rs::ender::EolInfo [−][src]
pub struct EolInfo {
pub cr: usize,
pub lf: usize,
pub crlf: usize,
pub num_lines: usize,
pub num_endings: usize,
}Expand description
File line information.
Fields
cr: usizelf: usizecrlf: usizenum_lines: usizenum_endings: usizeImplementations
Get the most common end-of-line based on the info.