Struct stylua_lib::Config [−][src]
pub struct Config { /* fields omitted */ }Expand description
The configuration to use when formatting.
Implementations
Returns a new config with the given column width
Returns a new config with the given line endings
Returns a new config with the given indent type
Returns a new config with the given indent width
Returns a new config with the given quote style
Returns a new config with the given value for [no_call_parentheses]
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 Configimpl UnwindSafe for ConfigBlanket Implementations
Mutably borrows from an owned value. Read more