summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.c b/config.c
index 81fac91..5baa772 100644
--- a/config.c
+++ b/config.c
@@ -97,6 +97,8 @@ static const SettingBool settings_bool[] = {
{"vsync", &settings_zero.vsync, false},
{"highlight-enabled", &settings_zero.highlight_enabled, true},
{"highlight-auto", &settings_zero.highlight_auto, true},
+ {"save-backup", &settings_zero.save_backup, true},
+ {"crlf-windows", &settings_zero.crlf_windows, true},
};
static const SettingU8 settings_u8[] = {
{"tab-width", &settings_zero.tab_width, 1, 100, true},