Enum stylua_lib::LineEndings [−][src]
pub enum LineEndings {
Unix,
Windows,
}Expand description
The type of line endings to use at the end of a line
Variants
Unix Line Endings (LF) - \n
Windows Line Endings (CRLF) - \r\n
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 LineEndingsimpl Send for LineEndingsimpl Sync for LineEndingsimpl Unpin for LineEndingsimpl UnwindSafe for LineEndingsBlanket Implementations
Mutably borrows from an owned value. Read more