aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 06bf37760..cef4c87e6 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -75,6 +75,7 @@ type pref =
mutable show_line_number : bool;
mutable auto_indent : bool;
mutable show_spaces : bool;
+ mutable show_right_margin : bool;
mutable spaces_instead_of_tabs : bool;
mutable tab_length : int;
mutable highlight_current_line : bool;