fix typo
This commit is contained in:
parent
9c419fe05c
commit
e4849f41be
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ pub fn auto_detect_line_ending(doc: &Rope) -> Option<LineEnding> {
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::Crlf;
|
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::Crlf;
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::Lf;
|
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::LF;
|
Loading…
Reference in a new issue