You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enumState{/// Within a delimiter.Delimiter,/// After backslash, but before starting word.Backslash,/// Within an unquoted word.Unquoted,/// After backslash in an unquoted word.UnquotedBackslash,/// Within a single quoted word.SingleQuoted,/// Within a double quoted word.DoubleQuoted,/// After backslash inside a double quoted word.DoubleQuotedBackslash,/// Inside a comment.Comment,}
Line ending changes to CRLF, but :line-ending reports it's still LF.
Reproduction steps
cargo new <x>
:line-ending
reports it's still LF.Environment
The text was updated successfully, but these errors were encountered: