Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janhrastnik committed Jun 16, 2021
1 parent 9c419fe commit e4849f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-core/src/line_ending.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ pub fn auto_detect_line_ending(doc: &Rope) -> Option<LineEnding> {
#[cfg(target_os = "windows")]
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::Crlf;
#[cfg(not(target_os = "windows"))]
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::Lf;
pub const DEFAULT_LINE_ENDING: LineEnding = LineEnding::LF;

0 comments on commit e4849f4

Please sign in to comment.