Struct pepper::config::Config[][src]

pub struct Config {
    pub tab_size: NonZeroU8,
    pub indent_with_tabs: bool,
    pub visual_empty: char,
    pub visual_space: char,
    pub visual_tab_first: char,
    pub visual_tab_repeat: char,
    pub completion_min_len: u8,
    pub picker_max_height: u8,
}

Fields

tab_size: NonZeroU8indent_with_tabs: boolvisual_empty: charvisual_space: charvisual_tab_first: charvisual_tab_repeat: charcompletion_min_len: u8picker_max_height: u8

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.