mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add config for default line ending (#5621)
This commit is contained in:
parent
df094909d1
commit
3fb9fafb2a
7 changed files with 69 additions and 16 deletions
|
@ -244,7 +244,7 @@ pub fn test_editor_config() -> helix_view::editor::Config {
|
|||
/// character, and if one doesn't exist already, appends the system's
|
||||
/// appropriate line ending to the end of a string.
|
||||
pub fn platform_line(input: &str) -> String {
|
||||
let line_end = helix_core::DEFAULT_LINE_ENDING.as_str();
|
||||
let line_end = helix_core::NATIVE_LINE_ENDING.as_str();
|
||||
|
||||
// we can assume that the source files in this code base will always
|
||||
// be LF, so indoc strings will always insert LF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue