Enum stylua_lib::IndentType [−][src]
pub enum IndentType {
Tabs,
Spaces,
}Expand description
The type of indents to use when indenting
Variants
Indent using tabs (\t)
Indent using spaces ( )
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndentTypeimpl Send for IndentTypeimpl Sync for IndentTypeimpl Unpin for IndentTypeimpl UnwindSafe for IndentTypeBlanket Implementations
Mutably borrows from an owned value. Read more