Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r--helix-view/src/editor.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index 0ecddd87..bc811b88 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -580,6 +580,9 @@ pub enum StatusLineElement {
/// The file line endings (CRLF or LF)
FileLineEnding,
+ /// The file indentation style
+ FileIndentStyle,
+
/// The file type (language ID or "text")
FileType,