diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/editor.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 0178d399..7ac52f50 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -232,6 +232,9 @@ pub enum StatusLineElement { /// The file encoding FileEncoding, + /// The file line endings (CRLF or LF) + FileLineEnding, + /// The file type (language ID or "text") FileType, |