mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
bugfix: fix LineEnding for windows
This commit is contained in:
parent
dd07d2f8a2
commit
0c4679f892
1 changed files with 1 additions and 1 deletions
|
@ -2634,7 +2634,7 @@ impl Default for LineEnding {
|
|||
return Self::Unix;
|
||||
|
||||
#[cfg(not(unix))]
|
||||
return Self::CRLF;
|
||||
return Self::Windows;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue