Enum whitespace_rs::spacer::BeginningOfLine [−][src]
pub enum BeginningOfLine {
Tabs,
Spaces,
}Expand description
Types of line beginnings
Variants
Tabs and spaces if not rounding down extra spaces
Spaces
pub enum BeginningOfLine {
Tabs,
Spaces,
}Types of line beginnings
Tabs and spaces if not rounding down extra spaces
Spaces