diff --git a/crates/text/src/text.rs b/crates/text/src/text.rs index fd23d3dca4..acc170a508 100644 --- a/crates/text/src/text.rs +++ b/crates/text/src/text.rs @@ -2634,7 +2634,7 @@ impl Default for LineEnding { return Self::Unix; #[cfg(not(unix))] - return Self::CRLF; + return Self::Windows; } }