Struct whitespace_rs::spacer::BolInfo [−][src]
Expand description
Information about line beginnings in the file
Fields
none: usizeNumber of lines that have no whitespace at the beginning
spaces: usizeNumber of all space line beginnings
tabs: usizeNumber of all tab line beginnings
mixed: usizeNumber of mixed space/tab line beginnings
Implementations
Get the most common beginning of line type in the file