Struct languageserver_types::FormattingOptions
[−]
[src]
pub struct FormattingOptions {
pub tab_size: u64,
pub insert_spaces: bool,
}Value-object describing what options formatting should use.
Fields
tab_size: u64
Size of a tab in spaces.
insert_spaces: bool
Prefer spaces over tabs.
Trait Implementations
impl Debug for FormattingOptions[src]
impl PartialEq for FormattingOptions[src]
fn eq(&self, __arg_0: &FormattingOptions) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FormattingOptions) -> bool
This method tests for !=.